Skip to content

Instantly share code, notes, and snippets.

@VivekNayyar
Created May 21, 2018 10:36
Show Gist options
  • Save VivekNayyar/eab058d48e45b960dd6d4ab16ac81a86 to your computer and use it in GitHub Desktop.
Save VivekNayyar/eab058d48e45b960dd6d4ab16ac81a86 to your computer and use it in GitHub Desktop.
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