React Native
Last updated
Last updated
Development Tools
Install base environment
Install Java 11 JDK
Install Android Studio
Android environment setup instructions
https://reactnative.dev/docs/environment-setup
Refer to: React Native CLI Quickstart -> macOS -> Android
Install iOS environment
Manually install Xcode via the Apple App Store
Install Cocoapods (iOS)
iOS environment setup instructions
https://reactnative.dev/docs/environment-setup
Refer to: React Native CLI Quickstart -> macOS -> iOS
Run React Native CLI commands
Show system and React Native info
Initialize new project
Start server (and optionally reset cache)
Build, install and run app on iOS Simulator / Android Emulator
Show development / debug menu
CMD + M (Android)
CMD + D (iOS)
Shake (Hardware Device)
Reload application
R + R (Android)
R (iOS)
Unable to connect to remote debugger
Open in browser first
Configure reverse socket connection for react native server
Install pods (run from within project directory)