-
Notifications
You must be signed in to change notification settings - Fork 955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: show dev menu button doesn't work for iOS #1309
Comments
It just tried and noticed the same. But triggering it from the terminal (by pressing 'd' in the terminal that runs metro) doesn't seem to open it either for me. Is that the same in your case? In contrast, pressing cmd+d on the emulator does work. |
@mweststrate, I tried to open dev menu from the terminal by pressing "d" and faced the same proplem - dev menu isn't opened. It seems that there could be some issues with React Native CLI or Metro packager in this case. Maybe we should open an issue about this problem in the react-native-community/cli repository? |
@RedMickey yes, in that case I suspect it is an issue in RN ios itself and I think the issue can be raised on the react-native repository. |
@mweststrate, I opened the corresponding issue in RN CLI repository. |
Closing the issue here for now, since there is at this point nothing we can do from our side |
Hello, I tried to use the
Show dev menu
button on debugging an iOS app and it seems that it doesn't work correctly.On the Flipper toolbar there are 2 buttons to show dev menu and reload the application. They work correctly in case of debugging Android applications. But when I try to debug an iOS app only the
Reload
button works. Nothing happens when I click on theShow dev menu
button.It could be that I did something wrong and should have done some additional configurations:
npx react-native run-ios
Show dev menu
buttonAs I understand there could be some problems with handling of the
devMenu
command on the Metro packager side, because the command is sent successfully via events socket. Could you please tell if that is an expected behavior and why this command doesn't work on iOS the same way as on Android?The text was updated successfully, but these errors were encountered: