-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RNTester: remove 'supportsTVOS' flag (#29018)
Summary: Refs: [0.62 release](https://reactnative.dev/blog/#moving-apple-tv-to-react-native-tvos), #28706, #28743 Support for the tvOS with the 0.62 release has been moved out to the `react-native-tvos` package. This PR removes the legacy flag related to the tvOS in the RNTester app examples. Since Android TV support is still included in the Core I assume that the TV platform check cannot be removed completely. ## Changelog [Internal] [Removed] - remove 'supportsTVOS' flag from the RNTester examples ## Test Plan I have used the local working copy of `react-native` repo and test the changes in the RNTester app build from this code. Flow and List checks passed (but there is one, unrelated Prettier issue in the `AlertExample.js` file). Pull Request resolved: #29018 Reviewed By: kacieb Differential Revision: D22109549 Pulled By: TheSavior fbshipit-source-id: d0f71f3d5f5f89d554972ec194ebf2801386fcff
- Loading branch information
1 parent
709570a
commit ff69028
Showing
3 changed files
with
1 addition
and
68 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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