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