Can I step by step debug the react-native js code?
Otherwise, how can i debug my code to find out the problem?
Can I step by step debug the react-native js code?
Otherwise, how can i debug my code to find out the problem?
First, you define the debugger
whenever you feel this get me an error.
then open in simulator or device developer menu and press debug with chrome
this will be very useful to step by step debugging.
then inspect the code and go to the source tab.
you can see the down step and up step arrow, using that you can debug step by step.