Answers for "how to add shadow in react native android and ios"

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
2

react native shadow android

<View style={{ elevation: 2 }}>
    {children}
</View>
Posted by: Guest on July-06-2020

Code answers related to "how to add shadow in react native android and ios"

Code answers related to "Javascript"

Browse Popular Code Answers by Language