RMG0
RMG0
I am facing the same issue like when we use entering/exiting/layout prop from reanimated V2 some of the ui views goes invisible. Thanks for investigating this and bringing this up...
@pairohit305 , this is a different(crash) issue so lets not mix this with thread Thank you
I hope root issue fix would all case :) Thank you for all efforts
Hi, I updated to v6.0.0 but still facing this issue. Any update? Thanks!
onPageSelected called automatically when navigate to other screen and detachInactiveScreens is false
Hi, even detachInactiveScreens is not fixing for me. From my testing, it looks like, starting from react-native 0.65.0, onPageSelected(0) is fired(Android only) when you navigate to child stack screen OR...
onPageSelected called automatically when navigate to other screen and detachInactiveScreens is false
@dcphi I think there are some combinations causing this issue. Because in my case I just did `animationEnabled: Platform.OS === 'ios' ? false : true` for `Stack.Navigator` `screenOptions`. Just sharing...