mastermoo / react-native-action-button

customizable multi-action-button component for react-native
MIT License
2.52k stars 569 forks source link

Transparent Background color for ActionButton.Item #362

Open wonderer007 opened 3 years ago

wonderer007 commented 3 years ago

On Android, I have sent buttonColor="transparent" but It always shows a pentagon like background.

Is there any way I can make the icon completely transparent

Note: Transparent background works perfect on IOS but not on Android

Screen Shot 2020-12-03 at 7 28 25 PM
TatianaMatumoto commented 2 years ago

i know this issue is open for a long time, but you tried to put shadowStyle={{elevation: 0}}?