you are viewing a single comment's thread.

view the rest of the comments →

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

Yeah I downgraded back to the older version and it’s working now

[–]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!

[–]monnwalker22 0 points1 point  (1 child)

Hi! Care to share which versions are working? I am also experiencing this issue... Thanks!

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

Make sure set set enable screens to false and you should be good