SrBrahma / react-native-shadow-2

Cross-platform shadow for React Native. Supports Android, iOS, Web, and Expo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Border radius problem

benjaminfrancois opened this issue · comments

Hi,

I've problem on using borderRadius with this code :

    <Shadow
      style={{
        alignSelf: 'stretch',
        borderTopLeftRadius: 16,
        borderTopRightRadius: 16,
      }}
      sides={{ top: true, bottom: false, end: false, start: false }}
    >
      {children}
    </Shadow>

Top right corner is cutted

Capture d’écran 2022-12-09 à 22 24 43

Thank's !

commented

Can you reproduce it here? https://snack.expo.dev

Hello, it's solve with delete build ... my apologies !
Thank's !