Skip to content

sergeymild/react-native-raster-svg

Repository files navigation

react-native-raster-svg

Getting started

pod 'Kingfisher', '~>6.3.1' pod 'SVGKit', :modular_headers => true pod 'CocoaLumberjack'

Mostly automatic installation

$ react-native link react-native-raster-svg

Usage

import { RasterSvgView } from 'react-native-raster-svg';

<RasterSvgView
  style={{ width: 200, height: 100 }}
  params={{ source: require('./assets/dd.svg') }}
/>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published