This repository was archived by the owner on Sep 17, 2021. It is now read-only.
File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
react-native-pathjs-charts
2
2
=======================
3
3
4
- ![ ] ( https://img.shields.io/badge/cofi-r&d -brightgreen.svg ) [ ![ ] ( https://img.shields.io/badge/react--native-v0.24 .1-blue.svg )] ( https://facebook.github.io/react-native/ )
4
+ [ ![ ] ( https://img.shields.io/badge/npm-v0.0.20 -brightgreen.svg )] ( https://www.npmjs.com/package/react-native-pathjs-charts ) [ ![ ] ( https://img.shields.io/badge/react--native--svg-3.1 .1-blue.svg )] ( https://www.npmjs.com/package/react-native-svg ) [ ![ ] ( https://img.shields.io/badge/react--native-0.30-orange .svg)] ( https://facebook.github.io/react-native/ )
5
5
[ ![ ] ( https://img.shields.io/badge/android--ff69b4.svg )] ( http://developer.android.com/sdk/index.html )
6
6
[ ![ ] ( https://img.shields.io/badge/ios--red.svg )] ( https://developer.apple.com/xcode/ )
7
7
[ ![ ] ( https://img.shields.io/badge/license-Apache%202.0-blue.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
@@ -31,7 +31,7 @@ To run the example application (from a cloned repo):
31
31
```
32
32
cd example
33
33
npm install
34
- rnpm link
34
+ react-native link react-native-svg
35
35
react-native run-ios
36
36
# or
37
37
react-native run-android
@@ -43,7 +43,7 @@ To add the library to your React Native project:
43
43
44
44
```
45
45
npm install react-native-pathjs-charts --save
46
- rnpm link
46
+ react-native link react-native-svg
47
47
```
48
48
49
49
## Usage
Original file line number Diff line number Diff line change 6
6
"start" : " node node_modules/react-native/local-cli/cli.js start"
7
7
},
8
8
"dependencies" : {
9
- "react" : " ^0.14.8 " ,
10
- "react-native" : " ^0.25.1 " ,
9
+ "react" : " ^15.3.0 " ,
10
+ "react-native" : " ^0.30.0 " ,
11
11
"react-native-pathjs-charts" : " file:../"
12
12
}
13
13
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-pathjs-charts" ,
3
- "version" : " 0.0.19 " ,
3
+ "version" : " 0.0.20 " ,
4
4
"description" : " Cross platform React Native charting library based on path-js and react-native-svg" ,
5
5
"repository" : {
6
6
"type" : " git" ,
34
34
"dependencies" : {
35
35
"lodash" : " ^4.12.0" ,
36
36
"paths-js" : " ^0.3.4" ,
37
- "react-native-svg" : " ^2.0.0 "
37
+ "react-native-svg" : " ^3.1.1 "
38
38
},
39
39
"devDependencies" : {
40
- "react" : " ^0.14.8 " ,
41
- "react-native" : " ^0.24.1 "
40
+ "react" : " ^15.3.0 " ,
41
+ "react-native" : " ^0.30.0 "
42
42
}
43
43
}
You can’t perform that action at this time.
0 commit comments