"Open developer menu" command doesn't work from the terminal for iOS and RNW
See original GitHub issueEnvironment
-
MacOS: System: OS: macOS 10.15.5 CPU: (6) x64 Intel® Core™ i5-8500B CPU @ 3.00GHz Memory: 1.11 GB / 32.00 GB Shell: 5.7.1 - /bin/zsh Binaries: Node: 10.19.0 - ~/.nvm/versions/node/v10.19.0/bin/node Yarn: 1.22.0 - /usr/local/bin/yarn npm: 6.13.4 - ~/.nvm/versions/node/v10.19.0/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman Managers: CocoaPods: 1.8.3 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: iOS 13.5, DriverKit 19.0, macOS 10.15, tvOS 13.4, watchOS 6.2 Android SDK: API Levels: 25, 27, 28, 29 Build Tools: 23.0.1, 25.0.1, 25.0.2, 27.0.3, 28.0.3, 29.0.0, 29.0.1 System Images: android-28 | Google APIs Intel x86 Atom, android-29 | Google APIs Intel x86 Atom Android NDK: Not Found IDEs: Android Studio: 3.6 AI-192.7142.36.36.6241897 Xcode: 11.5/11E608c - /usr/bin/xcodebuild Languages: Java: 1.8.0_222 - /usr/bin/javac Python: 2.7.16 - /usr/bin/python npmPackages: @react-native-community/cli: Not Found react: 16.11.0 => 16.11.0 react-native: 0.62.2 => 0.62.2 npmGlobalPackages: react-native: Not Found
-
Windows System: OS: Windows 10 10.0.18362 CPU: (8) x64 Intel® Core™ i7-6700K CPU @ 4.00GHz Memory: 7.62 GB / 15.94 GB Binaries: Node: 12.14.1 - C:\Program Files\nodejs\node.EXE Yarn: 1.17.3 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 6.13.4 - C:\Program Files\nodejs\npm.CMD Watchman: Not Found SDKs: Android SDK: API Levels: 27, 28, 29 Build Tools: 27.0.3, 28.0.2, 28.0.3, 29.0.2, 29.0.3 System Images: android-28 | Google APIs Intel x86 Atom, android-29 | Google APIs Intel x86 Atom Android NDK: Not Found IDEs: Android Studio: Version 3.6.0.0 AI-192.7142.36.36.6241897 Languages: Java: 1.8.0_212-release - C:\Program Files\Android\Android Studio\jre\bin\javac.EXE Python: 3.7.6 - C:\Python37\python.EXE npmPackages: @react-native-community/cli: Not Found react: 16.11.0 => 16.11.0 react-native: ^0.62.0-0 => 0.62.2 npmGlobalPackages: react-native: Not Found
Description
Please see the original issue.
I created a plain React Native v0.62.2 project.
I tried to open dev menu on an iOS simulator from the terminal by pressing “d”, but it didn’t open. At the same time the Reload
command works fine.
I also faced the same problem on a React Native Windows application. It seems that “Open developer menu” command works incorrectly from the terminal.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:9
- Comments:9
Top GitHub Comments
Hi, are there any updates on this?
seems to work correctly on Android 🤷 any help with discovering what’s going on there is highly appreciated