Please can useSharedValueEffect be brought back? #2267
michaelessiet
announced in
Announcements
Replies: 1 comment 1 reply
-
yes please check out the documentation: https://shopify.github.io/react-native-skia/docs/animations/animations If you are looking for more information to help you with your migration, this will help: #2083 (comment)
Hope this helps, happy hacking! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Hi, I just updated to the latest Expo50 compatible version of react native skia (0.1.221) and I noticed that useSharedValueEffect is gone. This was the backbone of one of the features in my app. Are there any alternatives? As useEffect doesn't work due to the shear number of updates the useSharedValue receives when paired with the useAnimatedSensor hook.
And why is useValueEffect only allowed to accept one useValue variable as dependency? useComputed crashes the app btw
Beta Was this translation helpful? Give feedback.
All reactions