Skip to content

Instantly share code, notes, and snippets.

@EQuimper
Created October 5, 2016 19:23
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 EQuimper/356a1c6bc864c9be59a1ead3312db88a to your computer and use it in GitHub Desktop.
Save EQuimper/356a1c6bc864c9be59a1ead3312db88a to your computer and use it in GitHub Desktop.
Shadow on element in react-native
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