/react-native-starter-kit

WORK IN PROGRESS

Primary LanguageJavaScript

react-native-starter-kit

Getting Started

This project uses create-react-native-app. See their documentation to learn about the commands you can run in the project directory.

Storybook

To run storybook for ReactNative, open 2 terminal windows.

In the first terminal window, type the following:

yarn run storybook

In the second, type:

yarn run storybook-ios

Or for android:

yarn run storybook-android