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.