From f85dea49b471a36089d706eeb79ec3bbb26a567b Mon Sep 17 00:00:00 2001 From: Thibault Malbranche Date: Mon, 5 Aug 2019 10:53:51 +0200 Subject: [PATCH] Fix missing rotateZ to useAnimatedDriver Whitelist --- Libraries/Animated/src/NativeAnimatedHelper.js | 1 + 1 file changed, 1 insertion(+) 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, };