Skip to content

Commit

Permalink
version up to v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Jun 25, 2020
1 parent ed68e5a commit 219a48a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ So you should install react-native-pdf and rn-fetch-blob

> The table below shows the supported versions of React Native and rn-fetch-blob for different versions of `react-native-pdf`.
| React Native | 0.4x - 0.56 | 0.57 | 0.60+ |
| ------------------------- | --------------- | ------- | -------- |
| react-native-pdf | 4.x.x - 5.0.x | 5.0.9+ | 6.0.0+ |
| rn-fetch-blob | 0.10.15 | 0.10.15 | 0.11.0+ |
| React Native | 0.4x - 0.56 | 0.57 | 0.60+ | 0.62+ |
| ------------------------- | --------------- | ------- | -------- | -------- |
| react-native-pdf | 4.x.x - 5.0.x | 5.0.9+ | 6.0.0+ | 6.2.0+ |
| rn-fetch-blob | 0.10.15 | 0.10.15 | 0.11.0+ | 0.11.0+ |

### Installation

Expand Down Expand Up @@ -139,6 +139,10 @@ react-native run-ios
<details>
<summary>ChangeLog details</summary>

v6.2.0
1. Fixed ReferenceError, url should be source.uri
2. Dependency bump to support React-Native >= 0.62

v6.1.2
1. Fixed wrong scale returned from onScaleChanged()
2. Fixed iOS Double Tap zoom
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pdf",
"version": "6.1.2",
"version": "6.2.0",
"summary": "A react native PDF view component",
"description": "A react native PDF view component, support ios and android platform",
"main": "index.js",
Expand Down

0 comments on commit 219a48a

Please sign in to comment.