-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ClipPath is not working properly on Android without clipRule prop #1409
Comments
Yep, that was my problem too. Thanks for this |
I tested the property and it works perfectly, just the type for this component was not added. So I opened a PR with a fix for this issue. |
Fixed in [email protected] |
why the new version does not follow semantic version rules? is it a stable version or an RC version? (I just think also, please consider updating the changelog if you have time for it. Thanks |
It's a RC version, I will release 12.1.1 later. |
it looks like it's already marked as |
@hehex9 is right, it's marked as the |
I finally got around this issue with an odd solution! (I also update It was working fine in iOS even without
and finally give this
I wish I was kidding but this works! |
It worked for me, but I need to add clipRule not for ClipPath
|
Does anyone know why this can be fixed by setting clipRule to nonzero |
Bug
Looks like ClipPath has only
id
prop, but at the same time code below do not working properly on android without this propEnvironment info
Library version: 12.1.0
Steps To Reproduce
Issues without reproduction steps or code are likely to stall.
// @ts-ignore clipRule={'evenodd'}
and withoutDescribe what you expected to happen:
Short, Self Contained, Correct (Compilable), Example
The text was updated successfully, but these errors were encountered: