How to debug your React Native?
Follow the below steps to debug React Native app:
Command + D
and a webpage should open up at http://localhost:8081/debugger-ui
.Command + Option + I
to open the Chrome Developer tools, or open it via View
-> Developer
-> Developer Tools
.If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.