react-native-pdf
Advanced tools
Comparing version 3.0.13 to 3.0.14
{ | ||
"name": "react-native-pdf", | ||
"version": "3.0.13", | ||
"version": "3.0.14", | ||
"description": "A react native PDF view component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -46,2 +46,3 @@ /** | ||
page: PropTypes.number, | ||
scale: PropTypes.number, | ||
width: PropTypes.number, | ||
@@ -48,0 +49,0 @@ height: PropTypes.number |
@@ -233,2 +233,3 @@ /** | ||
page={item.key + 1} | ||
scale={this.state.scale} | ||
width={this._getPageWidth()} | ||
@@ -235,0 +236,0 @@ height={this._getPageHeight()} |
@@ -37,2 +37,5 @@ # react-native-pdf | ||
v3.0.14 | ||
1. fix in iPad can not zoom problem(offset still has problem, but zoom works) | ||
v3.0.13 | ||
@@ -39,0 +42,0 @@ 1. fix in iPad layout not center problem |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3032253
1612
208