mastermoo / react-native-action-button

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

Rectangular Border is visiable when using with react native web #337

Open kamalkishor1991 opened 4 years ago

kamalkishor1991 commented 4 years ago

Snack: https://snack.expo.io/@kjo/e0d7ec Screenshot from 2020-03-01 21-42-09

HZSamir commented 4 years ago

A simple fix for this is

const isWeb = Platform.OS === "web";

<ActionButton
      hideShadow={isWeb}
    >