Answers for "expo react native box shadow"

0

box shadow in react native

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

elevation: 8,
Posted by: Guest on October-05-2020
2

react native shadow android

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

Code answers related to "expo react native box shadow"

Code answers related to "Javascript"

Browse Popular Code Answers by Language