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)

AWS Q Developer image

Build your favorite retro game with Amazon Q Developer CLI in the Challenge & win a T-shirt!

Feeling nostalgic? Build Games Challenge is your chance to recreate your favorite retro arcade style game using Amazon Q Developer’s agentic coding experience in the command line interface, Q Developer CLI.

Participate Now

👋 Kindness is contagious

Discover fresh viewpoints in this insightful post, supported by our vibrant DEV Community. Every developer’s experience matters—add your thoughts and help us grow together.

A simple “thank you” can uplift the author and spark new discussions—leave yours below!

On DEV, knowledge-sharing connects us and drives innovation. Found this useful? A quick note of appreciation makes a real impact.

Okay