Skip to content

Commit

Permalink
Fix missing rotateZ to useAnimatedDriver Whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Titozzz authored Aug 5, 2019
1 parent bc7c85f commit f85dea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/Animated/src/NativeAnimatedHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ const TRANSFORM_WHITELIST = {
rotate: true,
rotateX: true,
rotateY: true,
rotateZ: true,
perspective: true,
};

Expand Down

0 comments on commit f85dea4

Please sign in to comment.