Skip to content

Commit

Permalink
version up to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Jul 18, 2018
1 parent 84f1cfc commit 8fe8a8f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ A3. Check your uri, if you hit a pdf that is hosted on a `http` you will need to


### ChangeLog
v4.0.0 (**break change**)
1. replace dependence lib ```react-native-fetch-blob``` with ```rn-fetch-blob```
if you upgrade from an old version, you should
```
react-native unlink react-native-fetch-blob
npm uninstall react-native-fetch-blob
npm install rn-fetch-blob --save
react-native link rn-fetch-blob
```

v3.0.17
1. update android build tool to v26.0.3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pdf",
"version": "3.0.17",
"version": "4.0.0",
"description": "A react native PDF view component",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -30,6 +30,6 @@
"prop-types": "^15.5.10"
},
"peerDependencies": {
"rn-fetch-blob": "^0.10.11"
"rn-fetch-blob": "^0.10.12"
}
}

0 comments on commit 8fe8a8f

Please sign in to comment.