Expo Reactive Native Apps on IOS Simulator
With Expo's CLI, the command npx expo run:ios
will build and run your application in xcode's IOS simulator. You will need to have Xcode installed in order for the command to work. If you receive an error stating Xcode must be fully installed before you can continue
, you may need to navigate to Xcode's settings and set a version of command line tools under the locations
tab.