Guest User

Untitled

a guest
May 25th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. const DashboardTabRoutes = TabNavigator({
  2. Tab1: createStackNavigator({
  3. Tab1: {
  4. screen: Tab1Screen,
  5. navigationOptions: {
  6. headerLeft: null,
  7. headerTitle: "Tab 1 Screen"
  8. }
  9. }
  10. }
  11. });
Add Comment
Please, Sign In to add comment