Answers for "can we give shadow to view in react native"

4

box shadow react native

shadowColor: "#000",
shadowOffset: {
	width: 0,
	height: 2,
},
shadowOpacity: 0.25,
shadowRadius: 4.84,

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

react native shadow

shadowColor: "#000",
shadowOffset: {
	width: 0,
	height: 4,
},
shadowOpacity: 0.30,
shadowRadius: 4.65,

elevation: 8,
Posted by: Guest on September-07-2021

Code answers related to "can we give shadow to view in react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language