Skip to content

Commit 1a2d0ba

Browse files
committed
add CircleCI badge, add link to Netflix
1 parent 7be09f1 commit 1a2d0ba

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22

33
> Navigation for TVs using React-TV
44
5+
[![CircleCI](https://circleci.com/gh/react-tv/react-tv-navigation/tree/master.svg?style=svg)](https://circleci.com/gh/react-tv/react-tv-navigation/tree/master)
6+
7+
tl;dr: [Based on Netflix TV Navigation System](https://medium.com/netflix-techblog/pass-the-remote-user-input-on-tv-devices-923f6920c9a8)
8+
59
![React-TV Navigation Example](images/example.gif)
610

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

9-
Based on Netflix navigation, 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. React and [React-TV](http://github.com/react-tv/react-tv) are peer-dependencies.
14+
15+
## `withFocusable` and `withNavigation`
1016

11-
## withFocusable and withNavigation:
17+
React-TV Navigation exports two functions: `withFocusable` and `withNavigation`.
1218

1319
Navigation based on HOC and HOF beeing declarative.
1420

0 commit comments

Comments
 (0)