To run your app on iOS:
-
react-native run-ios
- or -
-
Open ios/DirtyDining.xcodeproj in Xcode
-
Hit the Run button
To run your app on Android:
- Have an Android emulator running (quickest way to get started), or a device connected
react-native run-android
The above command will automatically run your app on the iOS Simulator by default. If you want to run the app on an actual physical iOS device, please follow the instructions here.
- Redux Developer Tool, open http://remotedev.io/local/ while the application is running.