Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxudong committed Dec 21, 2017
1 parent a516904 commit 10e753b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/app/MultipleChartScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class MultipleChartScreen extends React.Component {
scaleYEnabled={true}
pinchZoom={true}
doubleTapToZoomEnabled={true}
dragDecelerationEnabled={false}
dragDecelerationEnabled={true}
dragDecelerationFrictionCoef={0.99}
zoom={this.state.chart1Zoom}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/wuxudong/react-native-charts-wrapper.git"
},
"version": "0.4.0-alpha",
"version": "0.4.0",
"description": "A react-native charts support both android and ios.",
"author": "wuxudong",
"license": "MIT",
Expand Down

0 comments on commit 10e753b

Please # to comment.