Fix missing rotateZ to useAnimatedDriver Whitelist (#25938)

Summary:
Added missing property to whitelist

## Changelog

[General] [Fixed] - Fixed rotateZ native animation
Pull Request resolved: https://github.com/facebook/react-native/pull/25938

Differential Revision: D16645798

Pulled By: cpojer

fbshipit-source-id: ef74d7230fa80068dcceaaff841af27365df92e9
This commit is contained in:
Thibault Malbranche
2019-08-05 02:33:40 -07:00
committed by Facebook Github Bot
parent bc7c85f153
commit f4f08d3c54
@@ -190,6 +190,7 @@ const TRANSFORM_WHITELIST = {
rotate: true,
rotateX: true,
rotateY: true,
rotateZ: true,
perspective: true,
};