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:

  1. debug remotely

ios: cmd + ctrl + z open menu , select "debug remotely"

android: cmd + m open menu , select "debug remotely"

  1. or run 1 of these commands:

    react-native log-ios react-native log-android 

Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -