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:
Mackenzie Mance
2020-01-30 22:15:41 -08:00
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,