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:
parent
7ff9352a88
commit
123dac252a
|
@ -153,6 +153,7 @@ const STYLES_WHITELIST = {
|
|||
borderTopLeftRadius: true,
|
||||
borderTopRightRadius: true,
|
||||
borderTopStartRadius: true,
|
||||
elevation: true,
|
||||
/* ios styles */
|
||||
shadowOpacity: true,
|
||||
shadowRadius: true,
|
||||
|
|
Loading…
Reference in New Issue