react-native-pdf
Advanced tools
Comparing version 3.0.15 to 3.0.16
{ | ||
"name": "react-native-pdf", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"description": "A react native PDF view component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -22,3 +22,3 @@ /** | ||
const MAX_SCALE = 3; | ||
const VIEWABILITYCONFIG = {minimumViewTime: 500, itemVisiblePercentThreshold: 60, waitForInteraction: false}; | ||
const VIEWABILITYCONFIG = {minimumViewTime: 500, itemVisiblePercentThreshold: 10, waitForInteraction: false}; | ||
@@ -25,0 +25,0 @@ export default class PdfView extends Component { |
@@ -36,2 +36,8 @@ # react-native-pdf | ||
### ChangeLog | ||
v3.0.16 | ||
1. onPageChanged not fired in Landscape (IOS) | ||
2. draw the page with diffrent size to center | ||
3. support the page with rotation | ||
v3.0.15 | ||
@@ -38,0 +44,0 @@ 1. fix iPad scale offset problem |
Sorry, the diff of this file is not supported yet
3036753
217