jakubjafra / react-native-hybrid-storybook-examples

Examples for generating documentation for react native components using storybook and react-native-web

Home Page:https://github.com/khronedev/react-native-hybrid-storybook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-hybrid-storybook-examples

Example usages of react-native-hybrid-storybook.

Elements screenshot Click here for the demo.

Real world examples

elements (react-native-elements)

Web documentation for react-native-elements component library. There is working online version of this lib.

typography (react-native-typography)

Web documentation for react-native-typography style library. There is working online version of this lib.

Integration examples

minimal-expo

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.

crna (expo)

Newest (as of 22/09/2018) CRNA app created, used with Expo; with Storybook's default react-native integration.

rninit

Application created with use of react-native init; with Storybook's default react-native integration.

minimal-rninit

Same as rninit example, but with just web rendering.

About

Examples for generating documentation for react native components using storybook and react-native-web

https://github.com/khronedev/react-native-hybrid-storybook

License:MIT License


Languages

Language:JavaScript 69.4%Language:Objective-C 16.2%Language:Python 7.2%Language:Java 5.8%Language:Shell 1.4%