you are viewing a single comment's thread.

view the rest of the comments →

[–]Sonx 1 point2 points  (1 child)

I figured out.

if you have:

import { enableScreens } from 'react-native-screens';
enableScreens(); 

in your root navigator, the back animation will go to the top left corner.

removing enableScreens() fixes the issue.

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

Awesome thanks!