- Ensure that the debug server is running (react-native start)
- Once it's running, RELOAD is sufficient
- Output from
npm install
: npm WARN [email protected] requires a peer of [email protected] but none was installed. - Resolution:
npm install --save [email protected]
adb reverse tcp:8081 tcp:8081