File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -168,8 +168,17 @@ react-native run-ios
168168### ChangeLog
169169<details >
170170 <summary >ChangeLog details</summary >
171- v6.7.5
171+ v6.7.6
172+ 1 . Fixed: Add missing 'enableDoubleTapZoom' to fabric codegen source (#832 )
173+ 2 . Fixed: added missing 'scrollEnabled' prop (#842 )
174+ 3 . Fixed: java.lang.IllegalStateException: Tried to access a JS module before the React instance was fully set up (#840 )
175+ 4 . Fixed: an issue that crashes when cancel is not present (#852 )
176+ 5 . Added: add load method (#861 )
177+ 6 . Fixed: encoded accented character is decoded incorrectly (#873 )
178+ 7 . Fixed: enableDoubleTapZoom bugfix
179+
172180
181+ v6.7.5
1731821 . Added progressContainerStyle prop
1741832 . Improved: Added enableDoubleTapZoom option
1751843 . Fixed: Fix app crash with this.lastRNBFTask.cancel is not a function (#827 )
@@ -378,5 +387,4 @@ Set the current page of the PDF component. pageNumber is a positive integer. If
378387Example:
379388```
380389this.pdf.setPage(42); // Display the answer to the Ultimate Question of Life, the Universe, and Everything
381- ```
382-
390+ ```
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-pdf" ,
3- "version" : " 6.7.5 " ,
3+ "version" : " 6.7.6 " ,
44 "summary" : " A react native PDF view component" ,
55 "description" : " A react native PDF view component, support ios and android platform" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments