There are multiple tools available to help you debug your app. This document will point to up-to date community guides of our preferred tools work and how to use them.
Reactotron is an open source tool that allows you to inspect every aspect of your React and React Native app. You can use it to debug your app, monitor network requests, and view your app's state and logs.
You can download it from the official releases from their github OS repo.
It is already setup to work with eigen, so you don't need to do anything else - if you face any issues post your questions on #practice-mobile channel.
In order to access the debugger you should either run npx react-native start --experimental-debugger
or our inhouse yarn start-dev
command.
In order to access the react devtools you can run:
npx react-devtools
# or
yarn react-devtools