You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor native animated to pass folly::dynamic to fabric (#51335)
Summary:
Pull Request resolved: #51335
## Changelog:
[iOS][Breaking] - synchronouslyUpdateViewOnUIThread now accepts folly::dynamic instead of NSDictionary. Use https://github.com/facebook/react-native/blob/main/packages/react-native/ReactCommon/react/utils/platform/ios/react/utils/FollyConvert.h#L14 for conversion.
pass folly::dynamic directly from native animated since Fabric consumes folly::dynamic for direct manipulation.
Additionally, remove return value from `synchronouslyUpdateViewOnUIThread` as it was never used.
Reviewed By: lenaic, zeyap
Differential Revision: D74738548
fbshipit-source-id: a3f1373bb0c643e8dcfb3e065edbcad42aa5d4d7
0 commit comments