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
Latest expo SDK with expo router, react native 0.74.5, react native pager view latest, zod latest, and react query latest. My app is cross platform but I've currently only been testing the issues in iOS.
Description
Summary
I'm developing a diary app using react-native-pager-view, expo-router, and react-query with infinite horizontal scrolling. I'm encountering UI freezes and inconsistent animations after multiple page transitions.
Current Issues
UI freezes after several swipes, requiring app restart.
Page transition animations stop working after multiple navigations.
Expected Behavior
Smooth infinite scrolling without freezes.
Consistent animations across all page transitions.
Efficient data fetching for current and adjacent pages
Environment
Latest expo SDK with expo router, react native 0.74.5, react native pager view latest, zod latest, and react query latest. My app is cross platform but I've currently only been testing the issues in iOS.
Description
Summary
I'm developing a diary app using react-native-pager-view, expo-router, and react-query with infinite horizontal scrolling. I'm encountering UI freezes and inconsistent animations after multiple page transitions.
Current Issues
UI freezes after several swipes, requiring app restart.
Page transition animations stop working after multiple navigations.
Expected Behavior
Smooth infinite scrolling without freezes.
Consistent animations across all page transitions.
Efficient data fetching for current and adjacent pages
Reproducible Demo Repository
https://github.com/houseofduck/expo-diary-pager-demo
The text was updated successfully, but these errors were encountered: