Skip to content

Commit

Permalink
version up to v3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed May 13, 2018
1 parent eee6eb9 commit ea75d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ 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.9
1. use CATiledLayer to improve iOS render performance

v3.0.8
1. use await to unlink file
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.8",
"version": "3.0.9",
"description": "A react native PDF view component",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit ea75d4d

Please sign in to comment.