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

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -