No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

Development

Running Storybook and react-native-web app

  • To run Storybook with react-native-web locally on localhost:6006
    • yarn storybook

Running the react-native app

  • To run expo react-native locally
    • yarn start
  • To run ios react-native app locally
    • yarn ios
  • To run android react-native app locally
    • yarn android

Testing

  • To run tests:
    • yarn test

Building

  • To build the library:
    • yarn build

Storybook architecture

  • There are two storybook instances, one for react-native on device and one for react-native-web in browser.
  • Storybook for react-native on device lies in .storybook-ondevice
  • Storybook for react-native-web in browser lies in .storybook