Allow animating the elevation style (#20739)

Summary:
Elevation should be supported by the native driver as it's a non-layout prop.
Pull Request resolved: https://github.com/facebook/react-native/pull/20739

Differential Revision: D9468318

Pulled By: hramos

fbshipit-source-id: f8b8ca7536968ab8f6229c134fd169c321ccc651
This commit is contained in:
Janic Duplessis 2018-08-22 13:33:14 -07:00 committed by Facebook Github Bot
parent 7ff9352a88
commit 123dac252a
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ const STYLES_WHITELIST = {
borderTopLeftRadius: true,
borderTopRightRadius: true,
borderTopStartRadius: true,
elevation: true,
/* ios styles */
shadowOpacity: true,
shadowRadius: true,