-
Notifications
You must be signed in to change notification settings - Fork 567
Open
Description
I have huge problem with adding shadow to the ActionButton, even if ShadowHide is false, there is no shadow under the button, i tried to add style to param ShadowStyle, but this isn't working. Could you help me ?
My ActionButton definition:
<ActionButton
buttonColor={variables.brandDanger}
size={55}
position="left"
icon={
<Icon
name="ios-information-circle-outline"
style={{ fontSize: 25 }}
/>
}
shadowStyle={{
shadowColor: "#000000",
shadowOpacity: 0.8,
shadowRadius: 2,
shadowOffset: {
height: 1,
width: 0
}
}}
}
hbarylskyi, dccarmo, gusilveiramp, diegocouto, munala and 4 moreshiraz27
Metadata
Metadata
Assignees
Labels
No labels