Skip to content

Commit ecad678

Browse files
authored
remove unusable renderOnAppLoaded on example
1 parent 1479445 commit ecad678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A declarative navigation system based on HOC's for focus and navigation control.
2828

2929
```jsx
3030
import React from 'react'
31-
import ReactTV, { renderOnAppLoaded } from 'react-tv'
31+
import ReactTV from 'react-tv'
3232
import { withFocusable, withNavigation } from 'react-tv-navigation'
3333

3434
const Item = ({focused, setFocus, focusPath}) => {

0 commit comments

Comments
 (0)