Created
October 5, 2016 19:23
-
-
Save EQuimper/356a1c6bc864c9be59a1ead3312db88a to your computer and use it in GitHub Desktop.
Shadow on element in react-native
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shadowOffset:{ | |
width: 10, | |
height: 10, | |
}, | |
shadowColor: 'black', | |
shadowOpacity: 1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment