Created
May 21, 2018 10:36
-
-
Save VivekNayyar/eab058d48e45b960dd6d4ab16ac81a86 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const DashboardTabRoutes = TabNavigator({ | |
Tab1: createStackNavigator({ | |
Tab1: { | |
screen: Tab1Screen, | |
navigationOptions: { | |
headerLeft: null, | |
headerTitle: "Tab 1 Screen" | |
} | |
} | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment