How to add backdrop/blur effect with SVG in react native?

1.4k Views Asked by At

I have following UI requirement in react native.

I have tried to make the red box portion as it is. However could not find the optimal solution. I have tried with .svg image however, blur effect using feGaussianBlur is not achievable in react native due to DOM.

If anybody can suggest a way to make curve with View

Or

A way to blur sag image creating similar effect. Will be helpful.

Thanks in advance.

0

There are 0 best solutions below