Different app navigation behavior on TestFlight than on expo client

Hey,
I am testing 2 apps I made with expo.
When I open the app on expo client I don’t see the screen change animation, but I can see it in the testFlight app.

I am wondering why is the navigation works differently on expo client and on the testFlight app?

In the second example, it looks like in the testFlight, app is jumping between screens few times, but in the expo client the app navigatin behave as expected.

Is this issue related to expo or react-navigation? I thought that, when I publish the app and test it on the expo client, the app will behave the same way in the testFlight or in production.

First app:

Expo client.

TestFlight app:

#########################################
Second app:

Expo client.

TestFlight app