Example usages of react-native-hybrid-storybook
.
Web documentation for react-native-elements
component library. There is working online version of this lib.
Web documentation for react-native-typography
style library. There is working online version of this lib.
Minimal CRNA app used with Expo; without Storybook's default react-native integration - just react-native-hybrid-storybook
run on the web.
Bonus: you can run yarn run storybook-build
to export the documentation (eg. react native components) as static HTML to output
folder. You can see it here.
Newest (as of 22/09/2018) CRNA app created, used with Expo; with Storybook's default react-native integration.
Application created with use of react-native init
; with Storybook's default react-native integration.
Same as rninit
example, but with just web rendering.