Skip to content

Commit d4fb3dd

Browse files
committed
add 'installing' section
1 parent a06ab25 commit d4fb3dd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@ tl;dr: [Based on Netflix TV Navigation System](https://medium.com/netflix-techbl
1010

1111
[See code from this example](https://github.com/react-tv/react-tv/blob/master/examples/navigation/src/App.js)
1212

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.
1422

1523
## `withFocusable` and `withNavigation`
1624

0 commit comments

Comments
 (0)