Skip to content

Instantly share code, notes, and snippets.

@faustaleonardo
Last active August 3, 2021 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save faustaleonardo/ba9c93c16749a78f44bd50521b606e57 to your computer and use it in GitHub Desktop.
Save faustaleonardo/ba9c93c16749a78f44bd50521b606e57 to your computer and use it in GitHub Desktop.
React Native Styling - Shadow on Card
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