Answers for "how to apply shadow without background color react native"

1

how to add a shadow react native

shadowColor: "#000",
shadowOffset: {
	width: 0,
	height: 8,
},
shadowOpacity: 0.46,
shadowRadius: 11.14,

elevation: 17,
Posted by: Guest on July-26-2021
0

shadowcolor liners in react native

shadowColor: { ['#c717fc', '#f7287b']}
Posted by: Guest on April-02-2021

Code answers related to "how to apply shadow without background color react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language