Animating max/min width/height properties does not work in custom animations #7042
Labels
Platform: Android
This issue is specific to Android
Platform: iOS
This issue is specific to iOS
Repro provided
A reproduction with a snippet of code, snack or repo is provided
Description
Same issue as 7035 but for the dimension properties:
minWidth
,maxWidth
,minHeight
andmaxHeight
. Custom entering/exiting animations do not work, though these properties animate correctly when usinguseAnimatedStyle
.Expected
´minWidth´,
maxWidth
,minHeight
, andmaxHeight
should animate during entering/exiting transitions, just as they do when used withuseAnimatedStyle
.Actual
There is no animation applied to these properties during entering/exiting transitions.
Code example
Steps to reproduce
Snack or a link to a repository
https://snack.expo.dev/iYSoiwPJJmoUi3CaGpHEe
Reanimated version
3.16.7
React Native version
0.77
Platforms
Android, iOS
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: