rohailaltaf/react-native-inset-shadow

Not working on android

Opened this issue · 1 comments

  <InsetShadow
    bottom={false}
    shadowColor={'#DEDEDF'}
    shadowOpacity={0.95}
    shadowRadius={5.5}
    elevation={8}
    containerStyle={styles.shadowContainerStyle}>

its works for me. I use 0.68.1

can you show your full codes?