Hello everyone. I have built a simple list management app using Compose Multiplatform. On iOS, when using the drag gesture to navigate back from a detail screen to the main screen, the top bar transition looks very different compared a native iOS app (please see the attached videos). Furthermore, it leads to a bug where the top bar title does not match the screen being displayed, if the user decides to abandon the back action and return to the detail screen. Is there a way to make the app behave, on iOS, similar to a native iOS app?
I am using version 1.8.1 of compose multiplatform and 2.9.0-beta02 of navigation-compose.