A starter project with react native 0.75.3, @storybook/react-native 8, storybook/addon-react-native-web
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