On React-Native, how can I know if \"Debug JS Remotely\"
is enabled?
I tried looking in RN docs and various NPM packages, but couldn\'t find out how...
For Android, in the a shared preferences you can find the remote debug status. When I open the sharedPreferences file for my app.
Remote debug active
Remote debug inactive
So (Android only), you can use a module like this one : https://github.com/sriraman/react-native-shared-preferences to check if the remote debug is active.