SVG use in React Native project -


i want use svg icons in react native project. i'm requiring like:

var svg = require('../images/upvote.svg'); 

but i'm getting error:

unable resolve module ../images/upvote.svg /path/to/my/project/js/component.js: invalid directory /path/to/my/project/images/upvote.svg

am suppose add/change in xcode project settings?

btw, fine if i'm using png image, no errors..

svgs not supported in react native @ point. there few libraries out there played idea don't know of them "production ready"

https://github.com/brentvatne/react-native-svg

https://github.com/aksonov/react-native-svg-elements


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -