From 374d961191dc993955b39e39fe8c44c3a1bebca1 Mon Sep 17 00:00:00 2001 From: Horcrux Date: Fri, 22 Apr 2016 09:14:44 +0800 Subject: [PATCH] add notice for name changing --- .npmignore | 2 +- README.md | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.npmignore b/.npmignore index 1b87fb32..78f2710d 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,2 @@ -/node_modules +node_modules/ .idea/ diff --git a/README.md b/README.md index bea89c1e..fa78069e 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,23 @@ -### react-native-svg +## react-native-svg ------------------------ `react-native-svg` is built to provide a SVG interface to react native on both iOS and Android -#### Features +# IMPORTANT: + +`react-native-art-svg` has changed name to **`react-native-svg`**(*thanks for [@Brent Vatne](https://github.com/brentvatne) handing over me this npm package.*). + +And furthermore: +`react-native-svg` **NO LONGER rely on ReactNativeART**, it has its own native code dependency now (which is based on ReactNativeART code but support more SVG features) + + +### Features 1. Supports most of SVG elements and properties(Rect, Circle, Line, Polyline, Polygon, G ...). 2. Easy to convert SVG code into ReactNative code. - #### Install ``` @@ -554,6 +561,7 @@ npm install 3. pattern 4. [morph animations](https://github.com/gorangajic/react-svg-morph) 5. fix propTypes +6. more Text features support #### Thanks: