From the course: React Native Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using React DevTools with React Native

Using React DevTools with React Native - React Native Tutorial

From the course: React Native Essential Training

Start my 1-month free trial

Using React DevTools with React Native

- [Tutor] So far in our simple application, we can select a number and that number is going to be presented as selected. However, as we are adding these features, we are also introducing problems. For example, we did nothing to say that a number that is selected can't be re selected, right? But we don't have any visibility into these problems. One tool that really helps in adding some visibility to the problems that you have in code is react-devtools. This react-devtools that is hosted on this, github reveal, give us this visual screen that we can use to interact with the application and see what is going on when we do. In a web based react project, we can just install a browser extension and get this react-devtool to work, but with react native, we need to use the stand alone version of react-devtools. We can do that by simply installing, globally react-devtools, and as you can tell, react-devtools is actually an…

Contents