Skip to content

Commit

Permalink
version up to v3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed May 25, 2018
1 parent 7d3ed57 commit de2ad14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ 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.12
1. fix source.expiration check

v3.0.11
1. improve iOS zoom, can zoom from pinch center
2. fix call setState on an unmounted component
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.11",
"version": "3.0.12",
"description": "A react native PDF view component",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit de2ad14

Please sign in to comment.