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 - Displaying JSON data posts for blog using just the post id -

docusignapi - Documents restrictions within a package -

javascript - angular.forEach loop with $http.get -