You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After ejecting from Expo I have lost the ability to open dev menu inside application. I use a real device. Whenever I enter adb shell input keyevent 82which I believe should prompt the menu, nothing happens. I did not change any configuration on the phone. I'm using Android. I assured that it runs in debug mode. I really need to enable 'debug JS remotely' but I don't know how to do it outside of the dev menu.
Any help is appreciated.
The text was updated successfully, but these errors were encountered:
It looks like you are using an older version of React Native. Please update to the latest release, v0.57 and verify if the issue still exists.
The ":rewind:Old Version" label will be removed automatically once you edit your original post with the results of running react-native info on a project using the latest release.
Environment
OS: Linux 4.4
Node: 10.6.0
Yarn: 1.7.0
npm: 6.2.0
Watchman: Not Found
Xcode: N/A
Android Studio: Not Found
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: ~0.55.2 => 0.55.4
Description
After ejecting from Expo I have lost the ability to open dev menu inside application. I use a real device. Whenever I enter
adb shell input keyevent 82
which I believe should prompt the menu, nothing happens. I did not change any configuration on the phone. I'm using Android. I assured that it runs in debug mode. I really need to enable 'debug JS remotely' but I don't know how to do it outside of the dev menu.Any help is appreciated.
The text was updated successfully, but these errors were encountered: