storybook/examples/react-native-vanilla
2018-08-15 23:16:19 +02:00
..
2018-08-04 16:14:24 +02:00
2017-12-23 21:11:08 +01:00
2017-12-23 21:11:08 +01:00
2018-03-30 20:28:20 +03:00
2017-12-23 21:11:08 +01:00
2017-12-23 21:11:08 +01:00
2017-12-23 21:11:08 +01:00
2018-07-05 23:31:48 +03:00
2017-12-23 21:11:08 +01:00
2017-12-23 21:11:08 +01:00
2018-07-05 23:31:48 +03:00
2018-08-15 23:16:19 +02: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