Skip to content

Commit

Permalink
version up to v3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Jun 5, 2018
1 parent bd0a117 commit ebb46d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ 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.16
1. onPageChanged not fired in Landscape (IOS)
2. draw the page with diffrent size to center
3. support the page with rotation

v3.0.15
1. fix iPad scale offset problem
2. add code protection to avoid crashes
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.15",
"version": "3.0.16",
"description": "A react native PDF view component",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit ebb46d1

Please sign in to comment.