Skip to content
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

Closed
RedMickey opened this issue Jun 30, 2020 · 5 comments
Closed

Question: show dev menu button doesn't work for iOS #1309

RedMickey opened this issue Jun 30, 2020 · 5 comments
Labels
bug Something isn't working iOS React Native

Comments

@RedMickey
Copy link

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 the Show dev menu button.
It could be that I did something wrong and should have done some additional configurations:

  • Ran an iOS app using npx react-native run-ios
  • Clicked on the Show dev menu button

As 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?

@mweststrate
Copy link
Contributor

mweststrate commented Jul 1, 2020

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.

@RedMickey
Copy link
Author

@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?

@mweststrate
Copy link
Contributor

@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.

@RedMickey
Copy link
Author

@mweststrate, I opened the corresponding issue in RN CLI repository.

@mweststrate
Copy link
Contributor

Closing the issue here for now, since there is at this point nothing we can do from our side

@mweststrate mweststrate added bug Something isn't working iOS React Native labels Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working iOS React Native
Projects
None yet
Development

No branches or pull requests

2 participants