hoanglam10499 / react-native-drop-shadow

https://www.npmjs.com/package/react-native-drop-shadow
MIT License
218 stars 9 forks source link

borderRadius is not supported for Android? #7

Closed indapublic closed 2 years ago

indapublic commented 2 years ago
import DropShadow from "react-native-drop-shadow";

<DropShadow
    style={{
        backgroundColor: "red",
        borderRadius: 30,
        padding: 30,
    }}
>
    <View>
        <Text>DropShadow</Text>
    </View>
</DropShadow>

Android:

image

iOS:

image
hoanglam10499 commented 2 years ago

hi, try my way, it works fine image