Skip to content

Commit a1955d0

Browse files
authored
Add feature description to README
1 parent d882a55 commit a1955d0

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
# ReactNavigationTVDemo
1+
## ReactNavigationTVDemo
22

33
Demonstrates React Navigation running on Apple TV.
44

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
11+
12+
# Instructions
613

714
- Clone this repo
815
- Change to the repo directory

0 commit comments

Comments
 (0)