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

[BUG] Swipe to go back in 1.7.0-alpha03 won't trigger proper backStackEntry state #416

Open
codlab opened this issue Dec 11, 2024 · 0 comments

Comments

@codlab
Copy link

codlab commented Dec 11, 2024

Describe the bug
After developing switch between scene using the "swipe to go back" feature on iOS, I stumbled into the issue where my action bar would show the "main" screen but still show the "detail" screen. Investigating the issue showed that the entry shown was still the "detail" view even tho I swapped.

The expected behaviour was to go back to the main screen. I rolled back to 1.7.0-alpha01 and the issue disappeared -> going back using the swipe feature is working

To Reproduce
Steps to reproduce the behavior:

  1. use 1.7.0-alpha03
  2. create a navigation with 2 screens with a SwipeProperties()
  3. nav from scene1 to scene2
  4. make a swipe back, scene2 is still shown and the state of the entry still says that there are 2 scenes in the stack

Expected behavior

scene1 should appear

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

1 participant