0.0.5 • Published 3 years ago
bitlipa-design-system v0.0.5
A starter project with react native 0.68, @storybook/react-native 6.0 beta, storybook/addon-react-native-web

getting started
To get all the dependencies run
yarn installTo run on the web use
yarn storybookTo run on ios or android
yarn startin another terminal run
yarn iosor
yarn androidIf you add new stories on the native (ondevice version) you either need to have the watcher running or run the stories loader
To update the stories one time
yarn update-storiesTo watch the stories files
yarn storybook-watcher