Skip to content

This package glues together the wonderful react-native-svg and svgson.

Notifications You must be signed in to change notification settings

Jedidiah/react-native-svgson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This package glues together the wonderful react-native-svg and svgson.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published