Answers for "box shadoe elevation in react native"

10

shadow elevation react native

shadowColor: "#000",
shadowOffset: {
	width: 0,
	height: 3,
},
shadowOpacity: 0.27,
shadowRadius: 4.65,

elevation: 6,
Posted by: Guest on August-12-2020
1

box shadow react native

shadowColor: "#000",
shadowOffset: {
	width: 1,
	height: 2,
},
shadowOpacity: 0.25,
shadowRadius: 3.84,

elevation: 5,
Posted by: Guest on November-29-2020

Code answers related to "box shadoe elevation in react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language