mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Allow zIndex to useNativeDriver (#27418)
Summary: STYLES_WHITELIST +zIndex Pull Request resolved: https://github.com/facebook/react-native/pull/27418 Test Plan: Working on sim and device. Differential Revision: D19644753 Pulled By: shergin fbshipit-source-id: 9a3516f65de7011f7e91587e62153e083504d283
This commit is contained in:
committed by
Facebook Github Bot
parent
b39c75f20e
commit
6a4e06faa8
@@ -172,6 +172,7 @@ const STYLES_WHITELIST = {
|
||||
borderTopRightRadius: true,
|
||||
borderTopStartRadius: true,
|
||||
elevation: true,
|
||||
zIndex: true,
|
||||
/* ios styles */
|
||||
shadowOpacity: true,
|
||||
shadowRadius: true,
|
||||
|
||||
Reference in New Issue
Block a user