Finding a name for your kid that both of you like has never been easier!
-
Install
Xcodefrom 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
nodeandwatchman
$ 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 iosand wait for the simulator to boot up.
$ npm run storybookand then in another terminal tab do:
$ npm run iosand finally navigate to localhost:7007 and choose a story which will load it on the simulator.

