105 comments (105 comments)274 reactions (274 reactions)0 assignees (0 assignees)Java1,076 forks (1,076 forks)batch import
enhancementhelp wantedstale
Repository metrics
- Stars
- 7,107 stars (7,107 stars)
- PR merge metrics
- Avg merge 9d 18h (Avg merge 9d 18h)1 merged PR in 30d (1 merged PR in 30d)
Description
Hi!
First of all I would like to say "Thank you" for an amazing library! It's very helpful in RN projects.
Do you have any plans to implement the SVG elements filter or feGaussianBlur ?
They will be very helpful, especially for creating the shadows for shapes.
Contributor guide
- Research direction
- Examine how existing SVG elements are implemented in react native svg, focusing on the parsing and rendering pipeline. Look for filter related code in native (iOS/Android) layers and the JS side. Study SVG filter spec and determine if it can be added similarly.
- Tech stack
- javascripttypescriptreact native
- Domain
- mobilefrontend
- Issue type
- Feature
- Prerequisites
- React NativeSVG