javascript - How to enable the Android monitor in React Native for checking logs? -
i new in react native. want see logs of react files. using android studio using react native project , genny motion simulator. can please guide me , how can see logs or enable android monitor in android studio.
even have install react dev tools facebook debugging code : https://facebook.github.io/react-native/docs/debugging.html
but not able particular solution
already visit : how debug react-native?
how logging in react native? have checked many solutions not working in andoird 6.0 versions
but not working please guide me , in advance
if you're using window, can try hit ctrl+m, else in mac cmd+d open debugging menu. once open, choose remote js debugging, automatically open chrome browser debug js error. android studio debugging work if you're connected on real device.
eg. of debugging menu
i've found out answer genymotion how debug react-native?. don't know whether it'll work you, worth try.
for android app, if you're using genymotion can toggle menu pressing ctrl + m, may have enable in menu :
- untick untick widget
- click on debug in chrome


Comments
Post a Comment