Skip to content

Commit 88afdaa

Browse files
authored
Update README.md
1 parent 495ac5e commit 88afdaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Define all your routes in one React component...
2121
```js
2222
const App = () => (
2323
<Router>
24-
<Scene key="root">
24+
<Stack key="root">
2525
<Scene key="login" component={Login} title="Login"/>
2626
<Scene key="register" component={Register} title="Register"/>
2727
<Scene key="home" component={Home}/>
28-
</Scene>
28+
</Stack>
2929
</Router>
3030
);
3131
```

0 commit comments

Comments
 (0)