image border shadow react native
shadowColor: "#000",
shadowOffset: {
width: 0,
height: 7,
},
shadowOpacity: 0.43,
shadowRadius: 25,
elevation: 15,
image border shadow react native
shadowColor: "#000",
shadowOffset: {
width: 0,
height: 7,
},
shadowOpacity: 0.43,
shadowRadius: 25,
elevation: 15,
react native bordered image drop with shadow fix
<View
style={{
flexGrow: 1,
backgroundColor: Colors.white,
borderTopLeftRadius: 40,
borderTopRightRadius: 40,
}}
>
<View
style={[
Theme.center,
Theme.dropShadow,
{
top: -100,
width: 190,
height: 190,
borderRadius: 190 / 2,
backgroundColor: Colors.white,
},
]}
>
<Image
source={require("../../assets/resto/chef_jude.png")}
style={[
{
width: 180,
height: 180,
borderRadius: 180 / 2,
},
]}
/>
</View>
</View>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us