Hooman Hashemian

Results 8 comments of Hooman Hashemian

@kkafar Try to reproduce it from my repo or snack and you will get the same result on Android devices. I've followed to clone the repo based on the official...

@kkafar Thanks for checking! Just to add some context — in my case, the issue only occurs when using Expo Router, only after upgrading from v51 to v52 and v53....

@kkafar OK, I'll inform the expo router team of this comment, so they can check it as well.

@marklawlor Thanks for responding! No, the animation is on all the screens. Overall, the pages are unmounted without any transitions in Android when you press back, and all work well...

@marklawlor in `react-naviagtion-screen` issues section, @kkafar commented this: https://github.com/software-mansion/react-native-screens/issues/2908#issuecomment-2865740041

It seems the problem was related to how Expo Router handles navigation internally. When I replaced it with `@react-navigation` package and configured the navigators manually (e.g., Stack/Tab navigators), the issue...