vault-development / react-native-svg-uri

Render SVG images in React Native from an URL or static file
849 stars 335 forks source link

Fix some errors #55

Closed kirillpisarev closed 7 years ago

kirillpisarev commented 7 years ago
  1. In last PR i forgot to add polyline to the list of supported elements
  2. .babelrc breaks the RN build process, so the best way is to specify the files that are deliver with the package
matc4 commented 7 years ago

Changes included. Thanks @kirillpisarev !