vault-development / react-native-svg-uri

Render SVG images in React Native from an URL or static file
849 stars 334 forks source link

Add clip path and viewBox default property #88

Open mgufrone opened 6 years ago

mgufrone commented 6 years ago

Hai @matc4, I like your library so I use it in one of my project. However, my projects need clipPath and also viewBox so it could display properly. It would be nice if you review my PR and merge it. Thanks

sbeca commented 5 years ago

I also need clipPath in a new project that I'm working on, so is there a chance that this will be merged @matc4?

uqmessias commented 5 years ago

@mgufrone Since the last commit in this repo was merged 11 months ago. Would you mind to submit your PR into react-native-svg-renderer?

Thanks @sbeca for the tip