38 Commits

Author SHA1 Message Date
Oliver
aa0964bdf3 Change OnDevice layout to have absolute positioning 2018-12-10 11:38:56 +01:00
Gytis Vinclovas
fd6932eecc Properly sets initial story out of Async Storage. 2018-11-27 15:19:56 +02:00
Estevão Lucas
7acadb1fe0 feat(react-native): add option to set keyboarVerticalOffset to KeyboardAvoidingView wrapping Storybook's view 2018-11-26 14:01:42 -05:00
Estevão Lucas
2fe9e71120 fix: only disable KeyboardAvoidingView with shouldDisableKeyboardAvoidingView param on preview tab 2018-11-22 22:18:01 -05:00
Estevão Lucas
5d1dac6f2e feat: wrap storybook on react-native with KeyboardAvoidingView 2018-11-22 22:18:00 -05:00
Estevão Lucas
571c6b4d59 feat(react-native): close StoryListView after tap again in the current story (#4714)
Issue: N/A

## What I did

Close automatically `<StoryListView>` panel after the user tap again in the current story. The idea is to remove some friction to select a story and view it.
2018-11-05 09:38:37 +02:00
Estevão Lucas
96b5132645 fix(reactnative): fix accessibility for component preview (iOS+VoiceOver) (#4601) 2018-10-30 10:34:52 +02:00
Gytis Vinclovas
e413ec2e05
[onDeviceUI] Add ability to render addons in React Native (#4381)
* Reducing the size of the ui.

* Addon scrollview with addon names

* Updated style, shows addons list with loaded addons.

* Updated status bar, so content would not be drawn below it on android.

* Added some addons to example.

* Moved out of state

* Fixed event on android.

* Temporary disabled yellow box.

* Adding two options for storybook ui:

isUIOpen - whether to initially show top bar - default true.
isStoryMenuOpen - should show story menu open by default - default false.

* Creating rn-addons.js file inside generators.

* Removed separate addon store.

* Using active prop.

* Rewrote addons wrapper without using modal.
We cannot use modal since addons expect to be rendered all the time.
So now we display the wrapper as position absolute and make it 0 0 size when it is not visible.

* Fixing yellow box warnings.

* Addon window by default is scrollable.

* Removed yellow box disabling, cleared up example index.

* Reverted accidentally deleted line.

* Updated dependencies.

* Dependency bump

* Updated UI. Removed modal, displaying menus as panels appearing from sides.

* Clearing up the style a little bit.

* Temporary disabling some examples

* Updating the readmes.

* Updating the readme.

* Added notes addon that support rn

* Updated addon documentation regarding setTimeout.

* Fixed proptypes issue, properly set initial tab from the props.

* Reduced the amount of rerenders, if you use onDeviceUI it only listens to story change events once instead of twice.

* Adding more addons.

* OnDeviceUI is now set to true by default.

* Updated the notes addon so it renders markdown properly.

* Fixes endless cycle when initially rendering when both onDeviceUI and server are enabled.

* Selection prop is not required ( it is not set when not using onDeviceUI).

* Renamed rn-notes to ondevice-notes addon.

* Added option to use channels as async.

* Using async channel if onDeviceUI is set to true.

* Updated notes documentation/tests.

* Adding backgrounds addon.

* Updated notes readme.

* Adding ondevice knobs addon.

* Updated example

* Reverted accidental merge issue.

* Updating documentation.

* Fixed knobs entry file.

* Updating documentation.

* Updating documentation.

* Removed packager completely.

* Updated cli.

* Added missing dependency.

* Websocket doesn't throw red screen on connection fail anymore.

* Takes children from props instead out of state..

* Fixed bug where selecting story didn't actually select it.

* Removed ondeviceUI in example.

* If it fails to connect it selects initial story.

* Knobs are properly reset on change.

* Proper import in example

* Reverts to localhost if no host is defined.

* Ui doesnt jump when hiding bottom bar, should handle keyboard correctly on ios.

* Updated background addon to unregister on unmount.

* Properly handles animations on android.

* Creates channel as soon as getStorybookUI is called instead of during the render.

* Displays message if no addons are loaded.

* setOptions called without timeout.

* Sets initial story if connection to websocket server fail.

* Updating style.

* Removed margin bottom.

* Added swiping on the nav bar, touching preview maximizes it.

* Fixed keyboard aware view.

* Fixed background panel so it doesn't lose color immediately.

* Uses preview width for panels.

* Moving class inside preview.

* All react native installations receive same template.

* Removed react_native fixture.

* Fixing lint.

* Lint fix.

* Improving performance dramatically.

* Adding on device addons.

* Reverted back fixtures change.

* Reverting file change

* Updating readmes.

* Updated readme about server.

* Reverted yarn.lock

* Fixing propTypes.

* Splitting out onDeviceUI/index to smaller components.

* Splitting up onDeviceUI.

* Removed unused dependency.

* Properly uses whole screen for preview.

* Updated visibility button.

* Few code review fixes

Updated readme,
Renamed handlers.

* Fixed where width is taken from.
2018-10-12 12:22:28 +03:00
Norbert de Langen
935cefd27a
FIX linting issues after eslint upgrade (partial fix) 2018-08-05 17:57:17 +02:00
Filipp Riabchun
3749198cc6
Merge pull request #3634 from storybooks/remove-status-bar-hiding
Remove status bar hiding
2018-05-27 13:19:29 +03:00
Gytis Vinclovas
062dcf3555 using only single channel for react native 2018-05-23 16:54:38 +03:00
Gytis Vinclovas
8c1e41818e
Remove status bar hiding 2018-05-23 15:47:04 +03:00
Hypnosphi
de3e2aa3e4 Extract core event names to a separate package 2018-05-01 00:24:27 +03:00
Hypnosphi
a92d25ec9b Replace deprecated React methods in rest of the places 2018-04-01 01:13:46 +03:00
Gytis Vinclovas
16ee33ab24 Removed animation completely 2018-03-23 22:57:22 +02:00
Gytis Vinclovas
557b03aa90 Added option to disable onDeviceUI animation 2018-03-23 22:10:25 +02:00
Norbert de Langen
e8c8f33f97
Merge branch 'master' into release/3.3
# Conflicts:
#	addons/comments/package.json
#	addons/links/package.json
#	addons/storyshots/package.json
#	examples/cra-kitchen-sink/.storybook/addons.js
#	examples/cra-kitchen-sink/package.json
#	examples/cra-kitchen-sink/src/stories/__snapshots__/addon-info.stories.storyshot
#	yarn.lock
2017-11-15 19:40:55 +01:00
ahanriat
6f069dec86 [react-native] fix drawer width 2017-11-13 15:39:29 +01:00
hypnos
01f8b63a9a Merge branch 'master' into release/3.3
# Conflicts:
#	addons/comments/package.json
#	addons/comments/src/manager/components/CommentItem/index.js
#	addons/comments/src/manager/components/CommentItem/style.js
#	addons/knobs/package.json
#	app/react-native/src/preview/components/OnDeviceUI/index.js
#	examples/cra-kitchen-sink/src/stories/__snapshots__/addon-info.stories.storyshot
#	yarn.lock
2017-11-10 03:11:24 +03:00
Daniel Duan
59bb39abc6 good enough improvements to storybook 2017-11-08 23:24:47 -05:00
Daniel Duan
c9169cf793 detect iPhoneX only 2017-11-08 23:24:47 -05:00
Daniel Duan
77b3151b9c #2243 optimizing for iphone x 2017-11-08 23:20:22 -05:00
Filipp Riabchun
61a8ed026b
Merge branch 'master' into release/3.3 2017-11-01 01:37:42 +03:00
Daniel Duan
e3d9bc660c #2081 #2117 fix null prop type 2017-10-30 14:28:07 -04:00
Norbert de Langen
7ab74c6a34 LINTING 2017-09-06 20:57:31 +02:00
Filip Noetzel
07112464fe RN: Add accessibility labels to OnDeviceUI
Main motivation for this is so that Appium[1] can inspect and automate the UI rendered by Storybook.

The two added properties are

* accessibilityLabel[2] for Android
* testID[3] for iOS

[1] http://appium.io/
[2] https://facebook.github.io/react-native/docs/view.html#accessibilitylabel
[3] https://facebook.github.io/react-native/docs/view.html#testid
2017-08-31 16:27:07 +02:00
Daniel Duan
d8e3d13f93 React.PropTypes to prop-types 2017-08-17 17:38:32 -04:00
Daniel Duan
bda34dda55 fixes if image import is in the format of data uri 2017-08-10 14:21:11 -04:00
Richard Evans
bcb4db8fba Hide the statusbar for now to avoid an ackward situation in landscape 2017-07-30 18:40:20 -04:00
Richard Evans
d6c21281b6 Android fixes + design change 2017-07-30 18:18:00 -04:00
Richard Evans
f425d2f902 Updates 2017-07-30 12:28:51 -04:00
Richard Evans
79deb675e4 Style the buttons a little better 2017-07-30 07:30:45 -04:00
Richard Evans
80b90157de Add images instead of text for buttons. 2017-07-30 07:21:10 -04:00
Richard Evans
2c095c242b Add a overlay over the preview window when the menu is open that is touchable to close 2017-07-30 07:06:55 -04:00
Richard Evans
feb86f3146 Add animations to the open/close of the menu 2017-07-30 06:26:49 -04:00
Richard Evans
9cb655a325 Tweak the UI to make the menu not so intrusive 2017-07-29 22:57:45 -04:00
Norbert de Langen
1d09d47c92 linting 2017-07-20 09:24:41 +02:00
Matt Oakes
86679ebe7c MVP version of the on device React Native UI
This is a combination of 10 commits.

- Add a basic implementation of the native UI for the storybook
- Fix the lint errors
- Add a param to turn the native UI on and off using the same package
- Correctly set the width of the story list
- Added a size selector for the different sized iPhone screens
- Show the selected story in bold
- Add some styling to the panels
- Removed the canvas size switcher
- Fix lint errors
- Shortened the long render item and header lines
2017-07-07 16:10:13 +01:00