How does one debug their React code with React Native while the app is running in app simulator?
Go to the sources in the top menu and find your js class file in the right hand side file explorer
You can put breakpoints to the view and debug the code in there as you can see in the image.