RMG0

Results 6 comments of 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...

Hi, I updated to v6.0.0 but still facing this issue. Any update? Thanks!

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...

@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...