Skip to content

Commit d5a5fe9

Browse files
author
Wonday
committed
bump up to v7.0.0
1 parent 7e4ad46 commit d5a5fe9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,13 @@ react-native run-ios
168168
### ChangeLog
169169
<details>
170170
<summary>ChangeLog details</summary>
171+
v7.0.0
172+
1. Fixed: not rendering on iOS
173+
2. Added: Android 16 KB Page Size support
174+
3. Fixed: crash issue in io.legere:pdfiumandroid that occurred due to multithreading
175+
4. Added: Upgrade Fabric Example to Latest React Native 0.81.0
176+
5. Added: support RTL android
177+
171178
v6.7.7
172179
1. Added: add support for customizable scroll indicators in PdfView component (#904)
173180
2. Fixed: fix field values not being visible on android. issue #864 :bug: (#896)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pdf",
3-
"version": "6.7.7",
3+
"version": "7.0.0",
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",

0 commit comments

Comments
 (0)