Gathering detailed insights and metrics for react-native-simple-svg
Gathering detailed insights and metrics for react-native-simple-svg
Gathering detailed insights and metrics for react-native-simple-svg
Gathering detailed insights and metrics for react-native-simple-svg
A performant, fully native library for rendering remote SVGs
npm install react-native-simple-svg
Typescript
Module System
Node Version
NPM Version
Objective-C (40.02%)
Ruby (19.07%)
JavaScript (15.45%)
Python (13.4%)
Java (12.06%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
4 Stars
3 Commits
2 Watchers
19 Branches
1 Contributors
Updated on Apr 01, 2020
Latest Version
1.0.6
Package Id
react-native-simple-svg@1.0.6
Unpacked Size
455.89 kB
Size
199.01 kB
File Count
66
NPM Version
6.7.0
Node Version
11.14.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
This provides a fully native approach to rendering remote SVGs and offers superior performance to react-native-svg and react-native-svg-uri.
npm i react-native-simple-svg --save
This library uses SVGKit, the following will need to be added to your PodFile.
Pod 'SVGKit'
Note if you're facing errors from SVGKit such as "duplicate interface definition for class Text", use the following:
pod 'SVGKit', :git => 'https://github.com/kyle-ssg/SVGKit', :branch => '3.x'
import SVG from 'react-native-simple-svg';
...
<SVG style={{...}} source={{uri:'...'}}/>
This library supports autolinking for ReactNative >0.60.0, for older version see https://facebook.github.io/react-native/docs/linking-libraries-ios.
This illustrates the render speed difference and fixed rendering when using this library.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/3 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
71 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn Morereact-native-svg-icon
A simple, but flexible SVG icon component for React Native
react-icomoon
It makes it very simple to use SVG icons in your React and React-Native projects.
@svgr-iconkit/simple-icons
Simple Icons for @svgr-iconkit
@xiniria/react-native-simple-svg-pan-zoom
Pan-zoom for react-native-svg via 'Google Maps'-style pinch and drag gestures