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