-
-
Save faustaleonardo/ba9c93c16749a78f44bd50521b606e57 to your computer and use it in GitHub Desktop.
React Native Styling - Shadow on Card
This file contains hidden or 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
card: { | |
shadowColor: '#000', | |
shadowOffset: { | |
width: 0, | |
height: 5, | |
}, | |
shadowOpacity: 0.29, | |
shadowRadius: 4.65, | |
elevation: 7 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment