Belobopka
Belobopka
Hello. It's still actual even with reanimated last patch. I suppose it's not related to reanimated at all?
~~I've noticed that when we push component(Main) and go back(to App) in the example - RCTSurfaceHostingView dealloc is called and it removes RootView(tag 11). And after that components losing their...
~~Futher investigation - I noticed that some nodes don't unmount when needed and what i found - reanimated has `LayoutAnimationsProxy::endLayoutAnimation` with param `shouldRemove`. When we return {}; instead of~~ ```...
It seems that react native screens library had the same problem - https://github.com/software-mansion/react-native-screens/issues/2545
True, because wix/react-native-navigation doesn't wrap screen components with a custom view as react-native-screens did. To fix this problem we need to add a custom component wrapper(empty View will work). Then...
with the new 3.18.2 the crash is gone but I still notice missing elements with. https://github.com/user-attachments/assets/c4ed9b89-d000-4991-ac67-39f0418831ba ``` entering={FadeIn.delay(FADE_IN_DURATION)} exiting={FadeOut.delay(FADE_IN_DURATION)} ```
Thanks I'll try 079 + 4.x Because I've tried rn 78 with rnn 4.1.6 and the problem persists
@gosha212 Thanks, I've written to the reanimated ticked.
It seems that this problem is still persists on IOS AND Android. Branch https://github.com/Belobopka/wix-rnn-rnlayout-crash2/tree/tab-entering-layout-bug Crash has gone but we have a problem with entering animation. As you can see the...