diff --git a/Libraries/Animated/src/NativeAnimatedHelper.js b/Libraries/Animated/src/NativeAnimatedHelper.js index 1cff92883fd6d1..4a32be5492dc33 100644 --- a/Libraries/Animated/src/NativeAnimatedHelper.js +++ b/Libraries/Animated/src/NativeAnimatedHelper.js @@ -190,6 +190,7 @@ const TRANSFORM_WHITELIST = { rotate: true, rotateX: true, rotateY: true, + rotateZ: true, perspective: true, };