Answers for "view with shadow react native"

2

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
2

react native shadow android

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language