Skip to content

Commit

Permalink
version up to v3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed May 15, 2018
1 parent 31fcd28 commit 4400bcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Q2. When running, it shows ```'Pdf' has no propType for native prop RCTPdf.acess
A2. Your react-native version is too old, please upgrade it to 0.47.0+ see also [`#39`](https://github.com/wonday/react-native-pdf/issues/39)

### ChangeLog
v3.0.11
1. improve iOS zoom, can zoom from pinch center
2. fix call setState on an unmounted component

v3.0.10
1. fix source.expiration check [`#163`](https://github.com/wonday/react-native-pdf/issues/163)

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": "3.0.10",
"version": "3.0.11",
"description": "A react native PDF view component",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 4400bcf

Please sign in to comment.