Skip to content

Commit f69d074

Browse files
author
Wonday
committed
Remove deprecated android override for RN 0.47.0 compatibility #31
1 parent 9da9592 commit f69d074

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Or, if you want to add Android permissions to AndroidManifest.xml automatically,
3030

3131
### ChangeLog
3232

33+
v1.2.8
34+
35+
1. Remove deprecated android override for RN 0.47.0 compatibility #31
36+
3337
v1.2.7
3438

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

47-
v1.2.3
48-
49-
1. Comment out debug log
50-
2. Fix onLoadComplete not triggered on iOS #19
51-
3. Fix initial props scale not work problem on iOS
52-
5351
[[more]](https://github.com/wonday/react-native-pdf/releases)
5452

5553
### Example

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pdf",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "A react native PDF view component",
55
"main": "index.js",
66
"typings": "./index.d.ts",

0 commit comments

Comments
 (0)