storybook/examples/react-native-vanilla
hypnos 0e4da0ee74 Merge remote-tracking branch 'origin/master' into release/3.3
# Conflicts:
#	addons/knobs/src/index.js
#	examples/cra-kitchen-sink/src/__snapshots__/storyshots.test.js.snap
2017-12-07 02:02:30 +03: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