-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[0.74] Cannot access Dev Menu on Android (RNTester) #43451
Labels
Impact: Regression
Describes a behavior that used to work on a prior release, but stopped working recently.
release-blocking
This is a release-blocking issue against current release candidate
Resolution: PR Submitted
A pull request with a fix has been provided.
Comments
github-actions
bot
added
Platform: Android
Android applications.
Needs: Author Feedback
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
labels
Mar 12, 2024
|
huntie
added
release-blocking
This is a release-blocking issue against current release candidate
and removed
Platform: Android
Android applications.
Needs: Author Feedback
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
labels
Mar 12, 2024
huntie
added
the
Impact: Regression
Describes a behavior that used to work on a prior release, but stopped working recently.
label
Mar 12, 2024
Tested both on main and on the release branch and cannnot reproduce: mainScreen.Recording.2024-03-13.at.11.57.04.mov0.74-branchScreen.Recording.2024-03-13.at.12.02.11.mov |
@cortinico Thanks for following up, however your videos appear to be using the d key handler in the dev server. Instead, can you try using the command + M shortcut in the Android app, per repro steps? |
cortinico
added a commit
to cortinico/react-native
that referenced
this issue
Mar 13, 2024
Summary: Currently pressing the menu button (or CMD+M) is broken on Bridgeless mode. Also pressing RR is not reloading the App. That's because some Bridgeless API haven't been reimplemented correctly on Android. I'm fixing them here. Fixes facebook#43451 Changelog: [Android] [Fixed] - Properly handle RR and CMD+M in Bridgeless Mode Differential Revision: D54852959
Yup you're right. Fix is here: |
cortinico
added
Resolution: PR Submitted
A pull request with a fix has been provided.
and removed
Needs: Triage 🔍
labels
Mar 13, 2024
github-project-automation
bot
moved this from Inbox
to Done / Picked
in React Native 0.74 Releases
Mar 13, 2024
huntie
pushed a commit
that referenced
this issue
Mar 18, 2024
Summary: Pull Request resolved: #43460 Currently pressing the menu button (or CMD+M) is broken on Bridgeless mode. Also pressing RR is not reloading the App. That's because some Bridgeless API haven't been reimplemented correctly on Android. I'm fixing them here. Fixes #43451 Changelog: [Android] [Fixed] - Properly handle RR and CMD+M in Bridgeless Mode Reviewed By: huntie Differential Revision: D54852959 fbshipit-source-id: 8fbbdab6818da9177e6db40e45d35258c7f5e236
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Impact: Regression
Describes a behavior that used to work on a prior release, but stopped working recently.
release-blocking
This is a release-blocking issue against current release candidate
Resolution: PR Submitted
A pull request with a fix has been provided.
Description
I'm unable to access the Dev Menu on Android using the keyboard shortcut trigger.
Screen.Recording.2024-03-12.at.18.49.01.mov
Steps to reproduce
I tested from the
react-native
repo (main
and0.74-stable
branches).Install RNTester on a local Android emulator.
Attempt to open Dev Menu:
adb shell input keyevent 82
React Native Version
0.74.0-rc.2
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/facebook/react-native/tree/main/packages/rn-tester
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: