SVG library for React Native, React Native Web, and plain React web projects.
Перейти к файлу
Horcrux 2cd7290808 优化 Symbol
优化 Symbol
2016-01-25 18:38:35 +08:00
Example 优化 Symbol 2016-01-25 18:38:35 +08:00
elements 优化 Symbol 2016-01-25 18:38:35 +08:00
lib Add Symbol element refactor viewbox 2016-01-25 18:07:06 +08:00
.editorconfig init project 2016-01-17 22:29:06 +08:00
.gitattributes :octocat: Added .gitattributes 2016-01-17 22:27:50 +08:00
.gitignore init project 2016-01-17 22:29:06 +08:00
.npmignore Add examples and refactor code 2016-01-21 23:44:38 +08:00
README.md Update README.md 2016-01-25 16:03:53 +08:00
index.js Add Symbol element refactor viewbox 2016-01-25 18:07:06 +08:00
package.json Update version 2016-01-25 11:39:44 +08:00

README.md

react-native-art-svg

Features

  1. Supports most of SVG elements and properties(Rect, Circle, Line, Polyline, Polygon, G ...).
  2. 100% based on ReactNative`s ART library
  3. Easy to convert SVG code into ReactNative code.

Install

npm install react-native-art-svg

TODO:

  1. fill-rule:evenodd
  2. clipPath (wait for official supports)
  3. textPath (wait for official supports)
  4. symbol
  5. pattern
  6. animations https://github.com/maxwellito/vivus