Home:ALL Converter>Ways to debug React Native Application

Ways to debug React Native Application

Ask Time:2022-03-29T00:36:07         Author:Xinhao Koh

Json Formatter

I am trying to debug my React Native Application. As my React Native application is created using expo. I had tried to use React Native Debugger which is introduced at the Expo documentation. But it doesn't work for my project. I had also tried to use some others technique to debug my React Native Application such as debug at Vs code, Flipper and debug at chrome. But it keep showing me error message and my app is crashed after clicking on Remote Debugging Js.

Here is the error message on my Vs Code. Error message from VS Code

Here is the error message from my Android Emulator.

Error Message from Android Emulator

Is there any other debugging tools for React Native? Because the debugging tools I listed is not work on my machine. Or anyone know the solution to resolve this error.

Thanks for help! Really Appreciated!

Author:Xinhao Koh,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/71650700/ways-to-debug-react-native-application
Rocky :

some times you need to run with same network just press ctrl+M/Shake the device you will get a popup just click on the settings and on debugging add your ip like :\n129.190.1.2:8081\n\nyou will get the ip by system",
2022-03-28T17:05:27
yy