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
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,15 @@
1
-
# ReactNavigationTVDemo
1
+
##ReactNavigationTVDemo
2
2
3
3
Demonstrates React Navigation running on Apple TV.
4
4
5
-
Currently using this repo to test fixes for a [focus engine issue](https://github.com/react-native-community/react-native-tvos/issues/43) in `react-native-tvos`.
5
+
# Features
6
+
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
+
- Shows use of tvOS specific props and events in controls for the screen and for navigation
9
+
- Shows proper enabling and disabling of the menu button using `TVMenuControl`
10
+
- Uses a fork of `react-native-screens` where tvOS compilation errors are fixed
0 commit comments