adb devices
- Is your phone displaying? If not, enable developer mode on your phone, and connect it by USB.
adb reverse tcp:8081 tcp:8081 :
- In order to link correctly your phone and that React-Native recognize him during build. (NOTE:
Android Version 5 or above.)
react-native run-android :
- To run the app on your phone.
react-native start :
- In order to start a local server for development (mandatory). This server is automatically started if you use the last version of React-native.
Found a mistake? Have a question or improvement idea?
Let me know.
Run an app on device Android version:
*Running an app on Android Device.