You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-native-svg already supports some of filter elements e.g. Filter, FeColorMatrix, FeGaussianBlur,... (all listed here software-mansion/react-native-svg#2362),
Motivation
Would be fine to support svg filter in react-native apps in order to achieve e.g. shadows.
The text was updated successfully, but these errors were encountered:
It would be great to add the Filter support. Currently, we get this when transforming SVGs with the filter attribute on react-svgr.com: /* SVGR has dropped some elements not supported by react-native-svg: filter */
Even though, react-native-svg does indeed support them.
🚀 Feature Proposal
react-native-svg
already supports some of filter elements e.g.Filter, FeColorMatrix, FeGaussianBlur,...
(all listed here software-mansion/react-native-svg#2362),Motivation
Would be fine to support svg filter in react-native apps in order to achieve e.g. shadows.
The text was updated successfully, but these errors were encountered: