We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9849b commit 3157a8fCopy full SHA for 3157a8f
2 files changed
README.md
@@ -86,6 +86,9 @@ A4. Expo does not support native module. you can read more expo caveats [`here`]
86
87
### ChangeLog
88
89
+v5.1.3
90
+1. remove singleTap action from iOS, make the same with Android.
91
+
92
v5.1.2
93
1. fix overflow when zoom on Android
94
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-pdf",
3
- "version": "5.1.2",
+ "version": "5.1.3",
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