reactjs - How do you debug react-native when it is running on device? -
how debug react-native when running on device ?
you have 2 options:
- debug remotely
ios: cmd + ctrl + z open menu , select "debug remotely"
android: cmd + m open menu , select "debug remotely"
or run 1 of these commands:
react-native log-ios react-native log-android
Comments
Post a Comment