0

image

initialization:

npm install -g react-native-cli

react-native init AwesomeProject

cd AwesomeProject
react-native run-android

open Developer Menu

./adb.exe shell input keyevent 82

Developer Menu have not Debug JS Remotely and Enable Live Reload ?

https://react-native.org/doc/debugging.html

ebyte
  • 1,469
  • 2
  • 17
  • 32

1 Answers1

0

I hope this SO thread helps you, feel free to ask any doubts :

Debug in simulator

Gaurav Roy
  • 11,175
  • 3
  • 24
  • 45