mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-25 21:15:26 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user