iamshadmirza / react-native-design-system

A tiny design system
https://www.npmjs.com/package/react-native-design-system
MIT License
237 stars 31 forks source link

Setup React Native stories #6

Closed iamshadmirza closed 4 years ago

iamshadmirza commented 4 years ago

Right now, the storybook environment works on the web only because we are using addon-docs. It would be really helpful if we can set up a development environment for mobile (iOS/Android) too. rnds_docs is already built upon CRNA so only the @storybook/react-native implementation part is needed.