-
Notifications
You must be signed in to change notification settings - Fork 135
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
Confusing experience opening the Dev Menu #310
Comments
The short term fix might be to add verbiage to the boilerplate with instructions on how to open the macOS dev screen? That's what we did with React Native Windows. |
Can confirm having encountered this issue. Having |
We'll definitely add the devmenu support instructions in the docs. Supporting Cmd+D is really not very straightforward at all on mac. Once upon a time when the fork was internal to Microsoft we did try adding a Alternatives to the root view accepting first responder are not appealing: we could make the app be a global event monitor of keystrokes, but that requires the app being granted "Input Monitoring" access in System Preferences > Security & Privacy. The app could use an old Carbon API, So, we need to support the 'devMenu' server command as @TheSavior described above. It could invoke the current |
This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
This issue was closed because it has been stalled for 7 days with no activity. |
Just a bit of feedback coming from an iOS/Android world. I spent about half an hour trying to figure out how to get the dev menu to come up. In the end, I feel silly because it is as simple as right clicking. 😅
I figure it is worth sharing my process though just in case there are opportunities to widen the pit of success for people onboarding in the future.
As a heads up, the Flipper support that comes by default in 0.62 has a menu bar for React Native that has buttons for reload and opening the Dev Menu that works by sending that command through metro above: https://github.com/facebook/flipper/blob/master/desktop/app/src/chrome/MetroButton.tsx#L118
You may want to think about how that experience will work on RN Mac and Windows in 62.
React Native version:
The text was updated successfully, but these errors were encountered: