You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demonstrates React Navigation running on Apple TV.
3
+
Demonstrates React Navigation running on Apple TV and Android TV
4
4
5
5
## Features
6
6
7
7
- Shows how to solve an issue where off-screen controls can still be reached by the tvOS focus engine. See the discussion [here](https://github.com/react-native-community/react-native-tvos/issues/43) in the `react-native-tvos` repo.
8
8
- Shows use of tvOS specific props and events in controls for the screen and for navigation
9
9
- Shows proper enabling and disabling of the menu button using `TVMenuControl`
10
10
- Uses [react-native-tvos](https://github.com/react-native-community/react-native-tvos), the react-native distro with full Apple TV support
11
-
-Uses a fork of `react-native-screens` where tvOS compilation errors are fixed
11
+
-Includes patches to fix tvOS compile issues with `react-native-reanimated` and `react-native-screens`
0 commit comments