react-native-pdf
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -21,4 +21,4 @@ // | ||
activityIndicator?: any, | ||
onLoadComplete?: () => void, | ||
onPageChanged?: () => void, | ||
onLoadComplete?: (pageCount: number) => void, | ||
onPageChanged?: (page: number, pageCount: number) => void, | ||
onError?: ()=> void, | ||
@@ -25,0 +25,0 @@ } |
{ | ||
"name": "react-native-pdf", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A react native PDF view component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,3 +11,3 @@ # react-native-pdf | ||
* drag and zoom | ||
* first tap for reset zoom and contious tap for zoom in | ||
* first tap for reset zoom and continuous tap for zoom in | ||
* support password protected pdf | ||
@@ -14,0 +14,0 @@ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2990030
0