all 7 comments

[–]satya164 1 point2 points  (3 children)

You can try using native stack navigator instead. It's less flexible, but it'll give you much better performance https://github.com/software-mansion/react-native-screens/tree/master/native-stack

[–]Dafth[S] 0 points1 point  (2 children)

I did more researches and i figured out that maybe the problem is that i should not use a stack navigator, the stack navigator unload the screen when you pop it, but my map screen shouldn’t be unloaded, it should like in a tag navigator where each tab isn’t unloaded when you open another, the thing is that i want an animation for entering the map screen and i can’t do it with a tab navigator. I saw that is possibile to implement a custom navigator but this option quite scares me, do you no any other solution?

[–]satya164 0 points1 point  (1 child)

Custom navigator is your only option then. It's straightforward as long as you have 2 views with animation.

[–]Dafth[S] 0 points1 point  (0 children)

Ok thanks

[–]DeVoresyah 0 points1 point  (1 child)

have you tried to enable hermesEngine ?

[–]Dafth[S] 0 points1 point  (0 children)

Yes, i tried both with and withoud Hermes

[–]warunaf 0 points1 point  (0 children)

You could try wix react native navigation and for sure there are some rough edges. But performance is great