Is there any good document/video that talks about how to debug a react-native application using Nuclide.
Am a newbie. Its my first time app development and first time with React.
I did create the project using react-native init
. I don't think i found a BUCK file for me to run and debug my app. I also don't see to get how to view the errors in my JS file. I have to run the simulator to see. I run it using react-native run-ios
.
I tried Nuclide->React Native->Start Debugging
. Not sure what this is supposed to do.
Sorry if these questions sound silly.
Debug JS in Nuclide is now an option in the dev menu added in React Native version 0.52 December 2017 release. See This