0.1.4 • Published 5 years ago

react-native-svgson v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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} />