DEV Community

Cover image for Tools for Debugging in React-Native
RezaAbaskhanian
RezaAbaskhanian

Posted on

Tools for Debugging in React-Native

Introducing a few tools for debugging :

1-react-dev-tools

This is a very common debugger in RN, with onPress (ctrl+m win) in the emulator, you will watch the debugger and selected Debug
or Debuggin js remotely , and then app reload and debug is run in browser,for usage react-dev-tools refer to this link
react-dev-tools

2-react-native-debugger

This tool is very efficient and also covers redux

react-native-debugger

3-react-native-crash-tester

This tool is very efficient and runs in vscode and it's very feature

react-native-crash-tester

4-Flipper

Very useful and beautiful and simply , my suggestion is to use this Flipper

What other debuggers do you use?

Top comments (2)

Collapse
 
cavishek39 profile image
Avishek Chatterjee

Hey, @rezaabaskhanian curious about the react-native-crash-tester, can you describe in brief about what it does?

Collapse
 
rezaabaskhanian profile image
RezaAbaskhanian

Hi,
watch this video
youtube.com/watch?v=4K_mgJi7AxU