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"
Comments
Post a Comment