[iOS] Entering Animations not triggering when reduced motion is on #6863
Labels
Platform: iOS
This issue is specific to iOS
Repro provided
A reproduction with a snippet of code, snack or repo is provided
Description
In prior version (3.6.+) of reanimated when you turned on reduced motion on iOS the default behaviour would be to still fire the animation if you did not supply
.reduceMotion(ReduceMotion.Never);
which would allow the view to render.In 3.16.3 we're noticing that when you turn on reduced motion the initial entering animation gets completely ignored and subsequently nothing gets rendered.
Steps to reproduce
Turn off reduced motion and do the same and the content renders correctly
Snack or a link to a repository
https://snack.expo.dev/@mobinni/reduced-motion-reanimated-not-triggering
Reanimated version
3.16.3
React Native version
0.76.5
Platforms
iOS
JavaScript runtime
Hermes
Workflow
React Native
Architecture
Fabric (New Architecture)
Build type
Release app & production bundle
Device
Real device
Device model
iPhone 13, 14 Pro, 15
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: