Refactor of RCTTVRemoteHandler#221
Merged
douglowder merged 1 commit intotvos-v0.64.2from Sep 18, 2021
Merged
Conversation
cc2e559 to
58eed23
Compare
Fix #69 (react-native-navigation issues) - RCTRootView code to attach TV remote handler is now wrapped inside RCTTVRemoteHandler - TV remote handler now has global state to track whether menu key should be enabled
58eed23 to
f73de7a
Compare
douglowder
added a commit
that referenced
this pull request
Jan 1, 2022
Fix #69 (react-native-navigation issues) - RCTRootView code to attach TV remote handler is now wrapped inside RCTTVRemoteHandler - TV remote handler now has global state to track whether menu key should be enabled
douglowder
pushed a commit
that referenced
this pull request
Nov 15, 2025
Summary: Pull Request resolved: facebook/react-native#54483 Changelog: [Internal] - Update `react-native/debugger-frontend` from d8824de...e1dd7af Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](facebook/react-native-devtools-frontend@d8824de...e1dd7af). ### Changelog | Commit | Author | Date/Time | Subject | | ------ | ------ | --------- | ------- | | [e1dd7af90](facebook/react-native-devtools-frontend@e1dd7af90) | Alex Hunt (hello@alexhunt.dev) | 2025-11-10T18:06:01+00:00 | [Remove network experiment and experimental icon (#220)](facebook/react-native-devtools-frontend@e1dd7af90) | | [e1743557e](facebook/react-native-devtools-frontend@e1743557e) | Alex Hunt (hello@alexhunt.dev) | 2025-11-07T18:02:38+00:00 | [Update Network list to use x-fb-friendly-name header (#221)](facebook/react-native-devtools-frontend@e1743557e) | | [59c63cbe2](facebook/react-native-devtools-frontend@59c63cbe2) | Alex Hunt (hello@alexhunt.dev) | 2025-11-06T19:13:11+00:00 | [Add conditional disabling of features incompatible with multiple hosts (#218)](facebook/react-native-devtools-frontend@59c63cbe2) | | [d37d4264b](facebook/react-native-devtools-frontend@d37d4264b) | Alex Hunt (hello@alexhunt.dev) | 2025-11-06T18:01:59+00:00 | [Add experimental Perf Issues sub-panel (#217)](facebook/react-native-devtools-frontend@d37d4264b) | Reviewed By: cipolleschi Differential Revision: D86685451 fbshipit-source-id: 7f417f50eaa7fdd0de85ac05fc883806a011d308
douglowder
pushed a commit
that referenced
this pull request
Nov 15, 2025
Summary: Pull Request resolved: facebook/react-native#54483 Changelog: [Internal] - Update `react-native/debugger-frontend` from d8824de...e1dd7af Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](facebook/react-native-devtools-frontend@d8824de...e1dd7af). ### Changelog | Commit | Author | Date/Time | Subject | | ------ | ------ | --------- | ------- | | [e1dd7af90](facebook/react-native-devtools-frontend@e1dd7af90) | Alex Hunt (hello@alexhunt.dev) | 2025-11-10T18:06:01+00:00 | [Remove network experiment and experimental icon (#220)](facebook/react-native-devtools-frontend@e1dd7af90) | | [e1743557e](facebook/react-native-devtools-frontend@e1743557e) | Alex Hunt (hello@alexhunt.dev) | 2025-11-07T18:02:38+00:00 | [Update Network list to use x-fb-friendly-name header (#221)](facebook/react-native-devtools-frontend@e1743557e) | | [59c63cbe2](facebook/react-native-devtools-frontend@59c63cbe2) | Alex Hunt (hello@alexhunt.dev) | 2025-11-06T19:13:11+00:00 | [Add conditional disabling of features incompatible with multiple hosts (#218)](facebook/react-native-devtools-frontend@59c63cbe2) | | [d37d4264b](facebook/react-native-devtools-frontend@d37d4264b) | Alex Hunt (hello@alexhunt.dev) | 2025-11-06T18:01:59+00:00 | [Add experimental Perf Issues sub-panel (#217)](facebook/react-native-devtools-frontend@d37d4264b) | Reviewed By: cipolleschi Differential Revision: D86685451 fbshipit-source-id: 7f417f50eaa7fdd0de85ac05fc883806a011d308
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #69 (react-native-navigation issues)
Test Plan
Tested with the unit and integration tests, RNTester manual testing, new project testing, and testing against
react-native-navigation.