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)

Sentry mobile image

App store rankings love fast apps - mobile vitals can help you get there

Slow startup times, UI hangs, and frozen frames frustrate users—but they’re also fixable. Mobile Vitals help you measure and understand these performance issues so you can optimize your app’s speed and responsiveness. Learn how to use them to reduce friction and improve user experience.

Read full post →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay