Troubleshootings :
Could not connect to development server
=> Do this : adb reverse tcp:8081 tcp:8081
, make sure that your phone is connected (adb devices). Verify also that there is a local server launched, if not run react-native start
adb devices
adb reverse tcp:8081 tcp:8081
:
Android Version 5
or above.)react-native run-android
:
react-native start
: