@itcase/react-native-ui
v1.0.7
Published
itcase react-native-ui
Downloads
78
Maintainers
Readme
A starter project with react native 0.75.3, @storybook/react-native 8, storybook/addon-react-native-web
getting started
To get all the dependencies run
yarn install
To run on the web use
yarn storybook
To run on ios or android
yarn start
in another terminal run
yarn ios
or
yarn android
To update the stories one time
yarn storybook-generate