Skip to content

Commit f4f08d3

Browse files
Titozzzfacebook-github-bot
authored andcommitted
Fix missing rotateZ to useAnimatedDriver Whitelist (#25938)
Summary: Added missing property to whitelist ## Changelog [General] [Fixed] - Fixed rotateZ native animation Pull Request resolved: #25938 Differential Revision: D16645798 Pulled By: cpojer fbshipit-source-id: ef74d7230fa80068dcceaaff841af27365df92e9
1 parent bc7c85f commit f4f08d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Libraries/Animated/src/NativeAnimatedHelper.js

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ const TRANSFORM_WHITELIST = {
190190
rotate: true,
191191
rotateX: true,
192192
rotateY: true,
193+
rotateZ: true,
193194
perspective: true,
194195
};
195196

0 commit comments

Comments
 (0)