How to drop shadow in Backdrop Blur #979
Unanswered
tminhtri92
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Here's the documentation on drop shadows: https://shopify.github.io/react-native-skia/docs/image-filters/shadows/#drop-shadow |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is design:

My code:
`
const { width, height } = useWindowDimensions();
const image = useImage(require("../src/assets/images/Blob-1.png"));
`

Result:
Beta Was this translation helpful? Give feedback.
All reactions