DEV Community

MJ Abadilla
MJ Abadilla

Posted on

Automate start of React Native Debugger when starting Android emulator or iOS simulator

I always forget to run my React Native Debugger (great tool btw!) so "Debug JS Remotely" will open a new tab on my Chrome.

I've created this script to automate the process of starting the debugger whenever I will start development.

Worry not it will check if another instance is already running. It also detects if you have not yet installed the app on your macos.

Please check it out:

https://gist.github.com/mjmaix/78eff86bd891925fd00b4e4f10fb9a7b

Top comments (0)