Skip to content

NestedNavigators in stacknavigator not work #6

@hari-mohan-choudhary

Description

@hari-mohan-choudhary

branch NestedNavigators face issue in tab navigation in add stacknavigation is not working proper so how use ?

`export const Profile = StackNavigator({
addpeople: {
screen: peopleScreen
},
removepeople: {
screen: RemovePeopleScreen
}
});

export const Tabs = TabNavigator({
Explore: {
screen: Explore
},
booking: {
screen: BookingScreen
},
Status: {
screen: StatusScreen,
},
WishpointView: {
screen: Wishpoint,
},

logout: {
screen: Logout,
navigationOptions: {
tabBarLabel: "Logout",
title: "Logout"
}
}
});

const navigator = StackNavigator({
login: {
screen: Login
},
signup: {
screen: Signup
},
mainScreens: {
screen: Tabs,
navigationOptions: {
gesturesEnabled: false,
headerLeft: null
}
}
});

export default navigator;`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions