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
Images shouldn't be overalapping, I had to switch to FlatList from RN.
To Reproduce
Create a Stack Navigator with expo-router, and presentation set as modal. The animation from modal on iOS makes the FlashList items overlap 50% of the times. If i change presentation to card then issue disappears. To keep it as modal I had to switch to FlatList and issue is gone.