We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3faca36 commit ff4fa46Copy full SHA for ff4fa46
README.md
@@ -169,6 +169,10 @@ react-native run-ios
169
<details>
170
<summary>ChangeLog details</summary>
171
172
+v6.7.1
173
+1. Fixed: fix ios project setting
174
+2. Fixed: fix typo in RNPDFPdfViewManagerInterface interface causing android build error
175
+
176
v6.7.0
177
1. Fixed: fix(iOS): center page at tap point after double tap to zoom
178
2. Fixed: add PDFKit to podspec to make ios compile
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-pdf",
3
- "version": "6.7.0",
+ "version": "6.7.1",
4
"summary": "A react native PDF view component",
5
"description": "A react native PDF view component, support ios and android platform",
6
"main": "index.js",
0 commit comments