-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For circle shadow not blending properly from corners #40
Comments
I confirm. |
I believe that the problem that I have is the one you are referring to. I want to display something like the following: But what I get is: Here is my code:
|
I reimplemented this plugin in a way that supports the round corner. It is part of my library but it is isolated enough to be adapted on any project. Just take care to replace the Demo for android: https://expo.io/@dagatsoin/sproutch |
Thanks @dagatsoin |
It is those SVG commands: https://github.com/dagatsoin/sproutch/blob/master/src/components/shadow/Shadow.tsx#L193 |
Thanks! |
I got an Error while updating property 'd' of a view managed by: RNSVGPath null UnexecptedData |
@Jamyth try this branch https://github.com/dagatsoin/sproutch/tree/release/0.0.4 This error is due to dependencies mess with the new expo/rn versions. |
Still no update on this ? Or any workaround ? |
For the circle, the shadow is not blending properly from corners
And if the border-radius is greater then 50% then getting an unexpected result
The text was updated successfully, but these errors were encountered: