You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: