1

I have Oppo device, and i am not able to open dev menu (with shaking also) in react native app.

I have tried command adb shell input keyevent 82 (ref) but it opens recent items.

Is there any other way to open dev menu without shaking and this command?

Khemraj Sharma
  • 57,232
  • 27
  • 203
  • 212
  • This might be helpful https://stackoverflow.com/questions/47321228/react-native-debug-menu-does-not-open-android-cmd-m?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa – Rohith Murali Jun 12 '18 at 09:19
  • Did you notice, i have real device? – Khemraj Sharma Jun 12 '18 at 09:25
  • Does this answer your question? [Open Dev Menu or reload app without shaking?](https://stackoverflow.com/questions/49515325/open-dev-menu-or-reload-app-without-shaking) – Paul Alexander Jan 28 '20 at 22:56

1 Answers1

0

When you start the service, a prompt will be printed in the terminal.

"start": "react-native start",

Press d

      Welcome to Metro!
Fast - Scalable - Integrated

To reload the app press "r"
To open developer menu press "d"
weiya ou
  • 2,730
  • 1
  • 16
  • 24