at the beginning the transition works fine,
but once a NativeStack is rendered on top of the original native stack
the transition is broken,
here is a screen record of whats happening :
Steps to reproduce
Stack = createNativeStackNavigator(); => include a list of items ( Image from Expo-image & FlashList)
Stack2 = createNativeStackNavigator()=> empty view
Description
at the beginning the transition works fine, but once a NativeStack is rendered on top of the original native stack the transition is broken, here is a screen record of whats happening :
Steps to reproduce
Stack = createNativeStackNavigator(); => include a list of items ( Image from Expo-image & FlashList) Stack2 = createNativeStackNavigator()=> empty view
when you navigate from Stack1 to stack 2 and then go back to Stack 1 the shared transition is broken. https://drive.google.com/file/d/1bhofFEb3PpIjPXxVRrH8BhynYmoV3U88/view?usp=sharing
Snack or a link to a repository
https://drive.google.com/file/d/1bhofFEb3PpIjPXxVRrH8BhynYmoV3U88/view?usp=sharing
Reanimated version
3.1
React Native version
0.71.7
Platforms
iOS
JavaScript runtime
Hermes
Workflow
Expo bare workflow
Architecture
Paper (Old Architecture)
Build type
Debug mode
Device
iOS simulator
Device model
iPhone 14
Acknowledgements
Yes