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:29:42 -07:00 коммит произвёл Facebook Github Bot
Родитель bc7c85f153
Коммит f4f08d3c54
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -190,6 +190,7 @@ const TRANSFORM_WHITELIST = {
rotate: true,
rotateX: true,
rotateY: true,
rotateZ: true,
perspective: true,
};