react-native-svg
react-native-svg copied to clipboard
SVG library for React Native, React Native Web, and plain React web projects.
APP crashes on some Android devices with following stack track when session starts. The crash cannot be reproduced on Emulator or other devices. The SVG component was used in previous...
Only building an iOS app, so can't talk for Android, but when the following is run, the svg appears but not the animation. I have tried importing the `animateTransform` property...
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...
 Kindly look into this issue and is there any solution to get around this to overcome this error. Thanks
# Summary Explain the **motivation** for making this change: here are some points to help you: On Windows, it's no longer possible to build the release because some lib are...
# Bug ```svg ``` https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-width When using stroke, width is not provided, and the default should be 1. #### Unexpected behavior The current performance is not displayed, which may be...
[This](https://github.com/software-mansion/react-native-svg/blob/a256f25de8681b4693b4c41575b2ebfd347eb686/src/xml.tsx#L108) seems like a very library specific reference, what makes this need to be exported? `err` is an extremely common term that, if one is not paying attention, causes more...
ERROR Invariant Violation: requireNativeComponent: "RNSVGPath" was not found in the UIManager. This error is located at: in RNSVGPath (created by Path) in Path (created by EyeComponent) in RNSVGGroup (created by...
I'm trying to drag/drop a Text into a ForeignObject with panResponder, but it's not working. Is there any way to do this or is not supported?  from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...