Description
I recently upgraded my app to React Native 0.79.2.
After the update, the "Open DevTools" option is missing from the Android developer menu — on iOS it still works fine.
On Android, I now see "Connect to the bundler to debug JavaScript" instead (screenshot attached).
It feels like something might be off with the Metro server integration.
Has anyone else run into this issue?

Steps to reproduce
- Install the app
- Press j from terminal (this step also not working for android) I have to shake the device / emulator to open the dev menu
- Not seeing "Open DevTools" option
React Native Version
0.79.2
Output of npx @react-native-community/cli info
info Connecting to the development server...
adb: error: cannot bind listener: Address already in use
warn Failed to connect to development server using "adb reverse": Command failed: /Users/saravanan/Library/Android/sdk/platform-tools/adb -s VGFALRNNIXXXXXX reverse tcp:8081 tcp:8081
info Starting the app on "VGFALRNNIXXXXXX"...
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.simpl.android.staging/com.simpl.android.MainActivity }
✨ Done in 244.04s.
Screenshots and Videos
No response
Description
I recently upgraded my app to React Native 0.79.2.
After the update, the "Open DevTools" option is missing from the Android developer menu — on iOS it still works fine.
On Android, I now see "Connect to the bundler to debug JavaScript" instead (screenshot attached).
It feels like something might be off with the Metro server integration.
Has anyone else run into this issue?
Steps to reproduce
React Native Version
0.79.2
Output of
npx @react-native-community/cli infoScreenshots and Videos
No response