This package glues together the wonderful react-native-svg and svgson. It works in React Native and Web via React Native Web.
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} />