animatedProps with disabled not updating #6578
Labels
Platform: iOS
This issue is specific to iOS
Repro provided
A reproduction with a snippet of code, snack or repo is provided
Description
Using
animatedProps
to update adisabled
prop never updates the value. Logging insideuseAnimatedProps
displays the correct values, but the changes don't seem to update the component.disabled
state remains on the first button (after clicking on third, I try to click “first” again in the video).rn-animated-props-disabled.mp4
Steps to reproduce
animatedProps
to setdisabled
on a<Pressable>
button that's been augmented usingAnimated.createAnimatedComponent
.disabled
value never updates, even though the value changes inside theuseAnimatedProps
hook.Snack or a link to a repository
https://github.com/believer/rn-animated-props-disabled
Reanimated version
3.10.1
React Native version
0.74.5
Platforms
iOS
JavaScript runtime
None
Workflow
Expo Go
Architecture
None
Build type
None
Device
iOS simulator
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: