-
-
Notifications
You must be signed in to change notification settings - Fork 435
feat: add support for newly supported svg filter in react-native-svg #969
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
|
|
Hello @gregberge , sorry to bother you but I wanted to bring out your attention for this pr if you have some free time |
|
Any news on this? It would be a great addition |
|
It is very strange that this is not merged till today, we had to do a patch to get our icons shadows (filter) to work |
Summary
Adding filter and is filter to be in the supported svg elements, they are now supported in the latest react-native-svg.
Here is the full list of supported elements.
An example for blur
Test plan
I added a test case for the above example, and ran it in a new expo app and it worked