-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
Hello there.
First of all I want to thank you for this amazing library.
It's been good so far, but my shadow looks too hard.
How can I blur it? Like in css drop-shadow we have the blur property?
I want to make a shadow like this:
box-shadow: 0px 4px 15px #072A4233;
Here are the options that I passed in:
offset={[0, 4]}
startColor="#072A4233"
finalColor="transparent"
How much distance should I use? And where do I put the blur radius?
Here's the shadow in CSS:
https://codesandbox.io/s/priceless-wind-pvtwx?file=/src/styles.css
Here's what I did in React Native using your library:
https://snack.expo.dev/@buitrbao222/react-native-button-box-shadow
The results are very different.
Thanks so much for your help.
Metadata
Metadata
Assignees
Labels
No labels