Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aksonov authored Aug 23, 2017
1 parent 495ac5e commit 88afdaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Define all your routes in one React component...
```js
const App = () => (
<Router>
<Scene key="root">
<Stack key="root">
<Scene key="login" component={Login} title="Login"/>
<Scene key="register" component={Register} title="Register"/>
<Scene key="home" component={Home}/>
</Scene>
</Stack>
</Router>
);
```
Expand Down

0 comments on commit 88afdaa

Please sign in to comment.