This repository was archived by the owner on Sep 17, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11react-native-pathjs-charts
22=======================
33
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/ )
55[ ![ ] ( https://img.shields.io/badge/android--ff69b4.svg )] ( http://developer.android.com/sdk/index.html )
66[ ![ ] ( https://img.shields.io/badge/ios--red.svg )] ( https://developer.apple.com/xcode/ )
77[ ![ ] ( 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):
3131```
3232cd example
3333npm install
34- rnpm link
34+ react-native link react-native-svg
3535react-native run-ios
3636# or
3737react-native run-android
@@ -43,7 +43,7 @@ To add the library to your React Native project:
4343
4444```
4545npm install react-native-pathjs-charts --save
46- rnpm link
46+ react-native link react-native-svg
4747```
4848
4949## Usage
Original file line number Diff line number Diff line change 66 "start" : " node node_modules/react-native/local-cli/cli.js start"
77 },
88 "dependencies" : {
9- "react" : " ^0.14.8 " ,
10- "react-native" : " ^0.25.1 " ,
9+ "react" : " ^15.3.0 " ,
10+ "react-native" : " ^0.30.0 " ,
1111 "react-native-pathjs-charts" : " file:../"
1212 }
1313}
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-pathjs-charts" ,
3- "version" : " 0.0.19 " ,
3+ "version" : " 0.0.20 " ,
44 "description" : " Cross platform React Native charting library based on path-js and react-native-svg" ,
55 "repository" : {
66 "type" : " git" ,
3434 "dependencies" : {
3535 "lodash" : " ^4.12.0" ,
3636 "paths-js" : " ^0.3.4" ,
37- "react-native-svg" : " ^2.0.0 "
37+ "react-native-svg" : " ^3.1.1 "
3838 },
3939 "devDependencies" : {
40- "react" : " ^0.14.8 " ,
41- "react-native" : " ^0.24.1 "
40+ "react" : " ^15.3.0 " ,
41+ "react-native" : " ^0.30.0 "
4242 }
4343}
You can’t perform that action at this time.
0 commit comments