useAnimatedProps does not "re-render" when used with BlurView.intensity #6733
Labels
Platform: iOS
This issue is specific to iOS
Repro provided
A reproduction with a snippet of code, snack or repo is provided
Description
When
useAnimatedProps
is used to animate theintensity
prop of aBlurView
fromexpo-blur
, it just renders theBlurView
with its initialintensity
value, but does not update it when it is animated.Check out the Snack here: https://snack.expo.dev/@yolpsoftware/frowning-blue-truffles
If you run this either on Web or on Expo 50 (Reanimated 3.6.1), it works fine. But in Expo 52 (Reanimated 3.16.1) on iOS, it does not update the animated prop.
Note that there are two similar issues: #4336 is marked as a duplicate of #3321. However, one of them concerns a much older version of Reanimated, and the other one is only for Web.
This is on the Simulator, as well as on real devices.
Steps to reproduce
animatedProps
on aBlurView
that has been made animated by usingcreateAnimatedComponent
intensity
prop of theanimatedProps
to an animated value.Snack or a link to a repository
https://snack.expo.dev/@yolpsoftware/frowning-blue-truffles
Reanimated version
3.16.1
React Native version
0.76.2
Platforms
iOS
JavaScript runtime
Hermes
Workflow
Expo Go
Architecture
Paper (Old Architecture)
Build type
None
Device
None
Device model
iPhone 16 Pro
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: