Description
Description
When using react-native-reanimated version ~3.17.4 with slow swipe gestures, the animation stutters or lags during momentum scrolling. This issue occurs on real Android devices (tested on Android 13), in the latest Expo SDK 53. Occurs on both dev mode and preview builds
The stuttering becomes very noticeable when releasing the scroll after a slow swipe. The animation, driven by interpolate, appears to skip frames or lag instead of transitioning smoothly.
Steps to reproduce
Open the Snack
Run on a real Android device
Slowly swipe left or right, then release
Observe jitter or lag during the momentum scroll / release phase
Snack or a link to a repository
https://snack.expo.dev/@developernew2023/supportive-green-cheese
Reanimated version
3.17.4
React Native version
0.79
Platforms
Android
JavaScript runtime
None
Workflow
Expo Dev Client
Architecture
Fabric (New Architecture)
Build type
Release app & dev bundle
Device
Real device
Host machine
Linux
Device model
Android 13
Acknowledgements
Yes