Debugging React Native

Debugging React Native

React Native is a cross-platform mobile development framework written in JavaScript. This article covers the official ways of debugging React Native along with other existing tools.

Photo by Lautaro Andreani on Unsplash

The official way of react native

The browser developer tools

chrome dev tools

debug menu

React Native DevTools

react-devtools

npm install -g react-devtools

react-devtools

react-devtools profiler

Reactotron

Reactotron

Toggle Inspector

Mission completed?

react-native-debugger