Update Guide-Nested.md (#813)

* Update Guide-Nested.md

Docs do not indicate that you must import the necessary module.

* Update Guide-Nested.md
This commit is contained in:
PhpGuyZim
2017-03-29 09:36:21 +02:00
committed by Eric Vicenti
parent 7edd9a79aa
commit 8196f62335

View File

@@ -9,6 +9,8 @@ For our chat app, we want to put several tabs on the first screen, to view recen
Lets create a new `TabNavigator` in our `App.js`:
```js
import { TabNavigator } from "react-navigation";
class RecentChatsScreen extends React.Component {
render() {
return <Text>List of recent chats</Text>