Skip to content

Commit a5aed12

Browse files
sammy-SCfacebook-github-bot
authored andcommitted
enable setNativeProps in animations on by default (#42603)
Summary: Changelog: [General][Added] Enable setNativeProps in animations in the New Architecture Pull Request resolved: #42603 Enabling setNativeProps in animations on by default. Reviewed By: mdvacca Differential Revision: D52962882 fbshipit-source-id: 67921c8e36e97b7b1315dfa0d5f3bd708ccb0079
1 parent 87bcaa3 commit a5aed12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/Libraries/ReactNative/ReactNativeFeatureFlags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const ReactNativeFeatureFlags: FeatureFlags = {
5858
animatedShouldUseSingleOp: () => false,
5959
enableAccessToHostTreeInFabric: () => false,
6060
shouldUseAnimatedObjectForTransform: () => false,
61-
shouldUseSetNativePropsInFabric: () => false,
61+
shouldUseSetNativePropsInFabric: () => true,
6262
};
6363

6464
module.exports = ReactNativeFeatureFlags;

0 commit comments

Comments
 (0)