There is a lot going on and we haven't even touched creating Native-iOS component yet. Let's a take a step back and review everything.
By this point, you'll have the following apps open: 1. Xcode 2. iOS Simulator 3. JavaScript project in an Editor 4. Terminal running React Native CLI (aka "Packager")
Command+R
to reloadIf you are creating it in
src
folder for the first time, you'll have to stop the React Native CLI and restart it.
Although you didn't node.js module to the app, if you do, here is the workflow:
npm install sompackage --save-dev
Control+C
in the Terminal.npm start
in the Terminal.