Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] Entering Animations not triggering when reduced motion is on #6863

Open
mobinni opened this issue Dec 31, 2024 · 1 comment · May be fixed by #6864
Open

[iOS] Entering Animations not triggering when reduced motion is on #6863

mobinni opened this issue Dec 31, 2024 · 1 comment · May be fixed by #6864
Assignees
Labels
Platform: iOS This issue is specific to iOS Repro provided A reproduction with a snippet of code, snack or repo is provided

Comments

@mobinni
Copy link

mobinni commented Dec 31, 2024

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

  1. Turn on reduced motion on iOS
  2. Scan the QR code for the expo snack below
  3. Nothing renders

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

@github-actions github-actions bot added Platform: iOS This issue is specific to iOS Repro provided A reproduction with a snippet of code, snack or repo is provided labels Dec 31, 2024
@piaskowyk piaskowyk self-assigned this Jan 2, 2025
@romainwurtz
Copy link

We are seeing the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: iOS This issue is specific to iOS Repro provided A reproduction with a snippet of code, snack or repo is provided
Projects
None yet
3 participants