Skip to content

Commit

Permalink
Remove deprecated android override for RN 0.47.0 compatibility #31
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Aug 4, 2017
1 parent 9da9592 commit f69d074
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Or, if you want to add Android permissions to AndroidManifest.xml automatically,

### ChangeLog

v1.2.8

1. Remove deprecated android override for RN 0.47.0 compatibility #31

v1.2.7

1. Improve scrolling animation iOS #25
Expand All @@ -44,12 +48,6 @@ v1.2.4
1. Refactor pan gesture and fix pdf not show complete when scale on iOS #20
2. Replace PropTypes with prop-types package #22

v1.2.3

1. Comment out debug log
2. Fix onLoadComplete not triggered on iOS #19
3. Fix initial props scale not work problem on iOS

[[more]](https://github.com/wonday/react-native-pdf/releases)

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

0 comments on commit f69d074

Please sign in to comment.