-
I noticed that in version 15.5.0 of the React Native SVG library, support for SVG filters was added. I’m curious if this version now fully supports all SVG filter properties or if there are still some filters or attributes that are not yet supported. My goal is to ensure that the SVGs I use in React Native render exactly as they do in a browser. Can anyone confirm if this is fully achievable with the current implementation in v15.5.0? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @YOEL311, |
Beta Was this translation helpful? Give feedback.
Hi @YOEL311,
you can follow the progress of the filters implementation here: Filters progress #2362
Many things should already look like on the web, but there may be differences when using unimplemented filters.