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
This issue only happen when I use react-native-reanimated version 3.16.5. The app crashed when I pass the ref created by useAnimatedRef to AnimatedPagerView (created by Animated.createAnimatedComponent(PagerView) ).
The text was updated successfully, but these errors were encountered:
quocluongha
changed the title
[Reanimated 3.16.5] App crashed when passing ref with useAnimatedRef
[Reanimated 3.16.5] App crashed when passing ref created by useAnimatedRef
Dec 11, 2024
Environment
react-native: 0.76.5
react-native-pager-view: 6.6.1
react-native-reanimated: 3.16.5
iOS
Android
Description
This issue only happen when I use
react-native-reanimated
version3.16.5
. The app crashed when I pass theref
created byuseAnimatedRef
toAnimatedPagerView
(created byAnimated.createAnimatedComponent(PagerView)
).Reproducible Demo
Please reproduce using the snippet below
The text was updated successfully, but these errors were encountered: