mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-08 09:13:02 +08:00
code typo (#318)
This commit is contained in:
@@ -26,7 +26,7 @@ npm install react-navigation-stack @react-native-community/masked-view
|
||||
import { createStackNavigator } from 'react-navigation-stack';
|
||||
|
||||
export default createStackNavigator({
|
||||
Inbox: InboxScreen
|
||||
Inbox: InboxScreen,
|
||||
Drafts: DraftsScreen,
|
||||
}, {
|
||||
initialRouteName: 'Inbox',
|
||||
|
||||
Reference in New Issue
Block a user