Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit 422af1c

Browse files
moshfeueriveltonelias
authored andcommitted
code typo (#318)
1 parent 6a7eb47 commit 422af1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ npm install react-navigation-stack @react-native-community/masked-view
2626
import { createStackNavigator } from 'react-navigation-stack';
2727

2828
export default createStackNavigator({
29-
Inbox: InboxScreen
29+
Inbox: InboxScreen,
3030
Drafts: DraftsScreen,
3131
}, {
3232
initialRouteName: 'Inbox',

0 commit comments

Comments
 (0)