Skip to content

Commit

Permalink
Fix missing rotateZ to useAnimatedDriver Whitelist (#25938)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Titozzz authored and facebook-github-bot committed Aug 5, 2019
1 parent bc7c85f commit f4f08d3
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 f4f08d3

Please sign in to comment.