mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-22 11:16:06 +08:00
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:
committed by
Facebook Github Bot
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,
|
||||
|
||||
Reference in New Issue
Block a user