storybook/examples/react-native-vanilla
..
2017-10-29 18:20:37 -04:00
2017-10-31 13:04:59 -04:00
2017-10-29 18:16:44 -04:00

How to run this Storybook app

  1. Make sure you are on macOS and have the version of XCode that matches the react-native version that is required in this package.
  2. Run yarn start and yarn storybook in two separate terminals.

How to start the original react-native app

  1. Make sure you are on macOS and have the version of XCode that matches the react-native version that is required in this package.
  2. Uncomment all the lines in index.android.js, index.ios.js, and delete index.js.
  3. Run yarn start