mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
337 B
337 B
Debugging
react-devtools
Currently, Proton Native allows you to use react-devtools to debug your code out of the box.
It works automatically if you:
- Have
react-devtools-coreinstalled (directly or as a dependency ofreact-devtools) - Have
react-devtoolsrunning
It will not work if NODE_ENV is set to production.