Skip to content

Commit 6a4e06f

Browse files
mackenziemancefacebook-github-bot
authored andcommitted
Allow zIndex to useNativeDriver (#27418)
Summary: STYLES_WHITELIST +zIndex Pull Request resolved: #27418 Test Plan: Working on sim and device. Differential Revision: D19644753 Pulled By: shergin fbshipit-source-id: 9a3516f65de7011f7e91587e62153e083504d283
1 parent b39c75f commit 6a4e06f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Libraries/Animated/src/NativeAnimatedHelper.js

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ const STYLES_WHITELIST = {
172172
borderTopRightRadius: true,
173173
borderTopStartRadius: true,
174174
elevation: true,
175+
zIndex: true,
175176
/* ios styles */
176177
shadowOpacity: true,
177178
shadowRadius: true,

0 commit comments

Comments
 (0)