Skip to content

Commit ddef4a3

Browse files
committed
chore: rename package
1 parent 4ca11c6 commit ddef4a3

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

LICENSE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Copyright 2017 Matias Cortes
2+
3+
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
4+
5+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# react-native-svg-uri
1+
# react-native-svg-from-uri
2+
3+
> This is a fork of the unmaintained https://github.com/vault-development/react-native-svg-uri
24
35
Render SVG images in React Native from an URL or a static file
46

@@ -11,13 +13,13 @@ order to contemplate all the cases
1113
Install library from `npm`
1214

1315
```bash
14-
npm install react-native-svg-uri --save
16+
npm install react-native-svg-from-uri --save
1517
```
1618

1719
Link library react-native-svg
1820

1921
```bash
20-
react-native link react-native-svg # not react-native-svg-uri !!!
22+
react-native link react-native-svg # not react-native-svg-from-uri !
2123
```
2224

2325
## Props
@@ -66,5 +68,5 @@ This will render:
6668

6769
## Testing
6870

69-
1. Make sure you have installed dependencies with `npm i`
70-
2. Run tests with `npm test`
71+
1. Make sure you have installed dependencies with `yarn`
72+
2. Run tests with `yarn test`

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-native-svg-uri",
3-
"version": "1.2.3",
2+
"name": "react-native-svg-from-uri",
3+
"version": "1.0.0",
44
"description": "Render an SVG Image from an URL",
55
"main": "index.js",
66
"scripts": {
@@ -16,9 +16,9 @@
1616
"react-native-svg": "^5.3.0"
1717
},
1818
"bugs": {
19-
"url": "https://github.com/machour/react-native-svg-uri/issues"
19+
"url": "https://github.com/machour/react-native-svg-from-uri/issues"
2020
},
21-
"homepage": "https://github.com/matiascba/react-native-svg-uri#readme",
21+
"homepage": "https://github.com/machour/react-native-svg-from-uri#readme",
2222
"devDependencies": {
2323
"babel-core": "^6.24.1",
2424
"babel-preset-react-native": "^2.1.0",

0 commit comments

Comments
 (0)