You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good day.
When debugging the problem with entering animations - elements doesn't show on all bottom tabs except initial tab when using entering layout animation from the react-native-reanimated library - on the bottom tabs I noticed a problem - for elements on the other tabs(in code example Main) except initial tab(in code example initialTab=App) MountingCoordinator::pullTransaction for the same component tag called twice with Create->Insert. But if we create element on the initial screen - it called once. I'm not sure that is correct behavior.
I attached a video below to show how it affects entering animations, and some logs from xcode which show that pullTransaction calls twice with Create type for the same node tag.
Screen.Recording.2025-09-03.at.14.32.56.mp4
What was the expected behaviour?
Components should appear. Create mutation should be called once
Was it tested on latest react-native-navigation?
I have tested this issue on the latest react-native-navigation release and it still reproduces.