Finding a name for your kid that both of you like has never been easier!
-
Install
Xcode
from App Store. -
Install the command line tools via Xcode
You will also need to install the Xcode Command Line Tools. Open Xcode, then choose "Preferences..." from the Xcode menu. Go to the Locations panel and install the tools by selecting the most recent version in the Command Line Tools dropdown.
-
Install
node
andwatchman
$ brew install node
$ brew install watchman
- Install the React Native CLI
$ npm install -g react-native-cli
- Navigate to the project folder and do
$ npm install
$ npm run ios
and wait for the simulator to boot up.
$ npm run storybook
and then in another terminal tab do:
$ npm run ios
and finally navigate to localhost:7007
and choose a story which will load it on the simulator.