Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bottom tab navigator #48

Open
jagathprasanga opened this issue Sep 24, 2021 · 1 comment
Open

bottom tab navigator #48

jagathprasanga opened this issue Sep 24, 2021 · 1 comment

Comments

@jagathprasanga
Copy link

jagathprasanga commented Sep 24, 2021

Each navigation open as new page, even in tab pages, is there a easy fix for this please?

@wyklif
Copy link

wyklif commented Jul 9, 2022

Hey Bro, this might be a little late but this is how i solved it

onPressed: MenuState.home == selectedMenu
                    ? () {}
                    : () => Navigator.pushNamed(context, HomeScreen.routeName),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants