Skip to content

Conversation

@tomekzaw
Copy link
Member

@tomekzaw tomekzaw commented Oct 20, 2025

Summary

Currently, animating props synchronously is broken on React Native 0.80 or older because schedulerDidSynchronouslyUpdateViewOnUIThread:props: method that we're using was added facebook/react-native#51470 in which was released in React Native 0.81.

In #8248, @patrycjakalinska added ifdefs to disable this flow on react-native-macos but it is not a problem with macOS itself but rather with the version of React Native (currently, macos-example runs on 0.79).

This PR fixes animating props synchronously on iOS on React Native 0.80 and older.

Test plan

Copy link
Contributor

@patrycjakalinska patrycjakalinska left a comment

Choose a reason for hiding this comment

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

🪨

@tomekzaw
Copy link
Member Author

tomekzaw commented Oct 21, 2025

TODO: fix tvOS build

edit: Fixed in 215738f

@tomekzaw tomekzaw added this pull request to the merge queue Oct 21, 2025
Merged via the queue into main with commit 56ecc7d Oct 21, 2025
15 checks passed
@tomekzaw tomekzaw deleted the @tomekzaw/fix-synchronous-props-ios-below-81 branch October 21, 2025 09:32
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.

4 participants