Skip to content

Commit

Permalink
Allow zIndex to useNativeDriver (#27418)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mackenziemance authored and facebook-github-bot committed Jan 31, 2020
1 parent b39c75f commit 6a4e06f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/Animated/src/NativeAnimatedHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ const STYLES_WHITELIST = {
borderTopRightRadius: true,
borderTopStartRadius: true,
elevation: true,
zIndex: true,
/* ios styles */
shadowOpacity: true,
shadowRadius: true,
Expand Down

0 comments on commit 6a4e06f

Please sign in to comment.