diff --git a/docs/examples/navigation/RNRFBasicExample.md b/docs/examples/navigation/RNRFBasicExample.md index 107dd7fd..adf831d3 100644 --- a/docs/examples/navigation/RNRFBasicExample.md +++ b/docs/examples/navigation/RNRFBasicExample.md @@ -46,8 +46,8 @@ import PageTwo from './pageTwo'; export default class App extends Component { render() { return ( - <Router hideNavBar= "true"> - <Scene key="root"> + <Router> + <Scene hideNavBar= "true" key="root"> <Scene key="pageOne" component={PageOne} title="PageOne" initial={true} /> <Scene key="pageTwo" component={PageTwo} title="PageTwo" /> </Scene>