react-native-svgson
v0.1.4
Published
This package glues together the wonderful react-native-svg and svgson.
Downloads
2
Readme
React Native Svgson
This package glues together the wonderful react-native-svg and svgson. It works in React Native and Web via React Native Web.
Usage
yarn install react-native-svgson react-native-svg lodash
// If you are using this on the web you also need react-native-web
yarn install react-native-web
import { Svgson } from 'react-native-svgson';
import exampleSvgJson from './exampleSvg.json';
<Svgson src={exampleSvgJson} />