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

RootNavigator issue #101

Closed
theweiweiway opened this issue Sep 8, 2020 · 1 comment
Closed

RootNavigator issue #101

theweiweiway opened this issue Sep 8, 2020 · 1 comment

Comments

@theweiweiway
Copy link

Hi, I was following issue #64 and i saw the newest 5.0.1 update which adds
useRootNavigator: true

However, I am still getting the root navigator bug. The only way I can fix this, is if I change 4
Navigator.pop()
to
Navigator.of(context, rootNavigator: true).pop();

Besides this, the package is awesome - Thanks!

@adar2378
Copy link
Owner

adar2378 commented Sep 8, 2020

Alright, thanks! I'll try to change this part of the code

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