Skip to content

Commit f85dea4

Browse files
authored
Fix missing rotateZ to useAnimatedDriver Whitelist
1 parent bc7c85f commit f85dea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Libraries/Animated/src/NativeAnimatedHelper.js

Lines changed: 1 addition & 0 deletions
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)