Releases: software-mansion/react-native-svg
Releases · software-mansion/react-native-svg
5.0.2
Add TextPath support.
Add TSpan support.
Example
4.6.1
Fix Use
elements can't reset their template properties properly.
Fix Image
element do not render after they are loaded asynchronously.
4.6.0
Fix #38: prevent APP crash from A/libc: Fatal signal 11 (SIGSEGV), code 2, fault addr 0x9fa40028 in tid 4388 (mqt_js)
.
Do not render stroke if strokeWidth is undefined.
Fix TouchEvents do not work properly with ClipPath.
4.4.1
Merge #184
Mark all descendants of Defs as seen after a draw
4.4.0
Fixes #188 in the master repo by replacing the path in the import with the new path
Update peerDependencies to react-native >= 0.38.0
and react >=15.4.0
4.3.3
Revert [email protected].
TextureView causes inefficient rendering while the Svg is a inside ScrollView.
4.3.2
Use TextureView and pass Surface from the view to draw on it asynchronously instead of passing the bitmap (which is inefficient especially in terms of memory usage).
React Native ART related commit.
4.2.1
Handle touches when root is a ViewRootImpl
#133