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-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,15 @@ tl;dr: [Based on Netflix TV Navigation System](https://medium.com/netflix-techbl
10
10
11
11
[See code from this example](https://github.com/react-tv/react-tv/blob/master/examples/navigation/src/App.js)
12
12
13
-
React-TV-Navigation is a separated package from renderer to manage focusable components. React and [React-TV](http://github.com/react-tv/react-tv) are peer-dependencies.
13
+
React-TV-Navigation is a separated package from renderer to manage focusable components.
14
+
15
+
## Installing
16
+
17
+
```bash
18
+
yarn add react-tv-navigation
19
+
```
20
+
21
+
React and [React-TV](http://github.com/react-tv/react-tv) are peer-dependencies.
0 commit comments