mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
add notice for name changing
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
/node_modules
|
||||
node_modules/
|
||||
.idea/
|
||||
|
||||
14
README.md
14
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:
|
||||
|
||||
Reference in New Issue
Block a user