Skip to content

Conversation

@tomekzaw
Copy link
Member

@tomekzaw tomekzaw commented Nov 4, 2025

Summary

This PR introduces FORCE_REACT_RENDER_FOR_SETTLED_ANIMATIONS Reanimated static feature flag.

It can be enabled in package.json of your app:

{
  "reanimated": {
    "staticFeatureFlags": {
      "FORCE_REACT_RENDER_FOR_SETTLED_ANIMATIONS": true
    }
  }
}

Fixes #7480.

Inspired by #7601 by @hannojg.

Test plan

@tomekzaw tomekzaw force-pushed the @tomekzaw/sync-state branch from 5077d28 to 7d01b81 Compare November 4, 2025 19:21
Copy link
Member

@MatiPl01 MatiPl01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few comments related to the 'transparent' color handling. Apart from that, it looks good.

@tomekzaw
Copy link
Member Author

tomekzaw commented Dec 2, 2025

Found some bugs on Android, working on it

@tomekzaw
Copy link
Member Author

tomekzaw commented Dec 3, 2025

Android is fixed

Screen.Recording.2025-12-03.at.12.16.44.mov

@tomekzaw tomekzaw added this pull request to the merge queue Dec 3, 2025
Merged via the queue into main with commit ef543ec Dec 3, 2025
24 of 26 checks passed
@tomekzaw tomekzaw deleted the @tomekzaw/sync-state branch December 3, 2025 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Performance on Fabric is getting worse over time

6 participants