From 3141eac46f4b7d112b6c88e7b26057e9bd3545ce Mon Sep 17 00:00:00 2001 From: Wonday Date: Mon, 10 Sep 2018 18:25:51 +0800 Subject: [PATCH] version up to v5.0.4 --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 750c1792..29633a24 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,14 @@ A4. Expo does not support native module. you can read more expo caveats [`here`] ### ChangeLog +v5.0.4 +1. fix ios background not work +2. fix can not show two pdf in in one page + v5.0.3 1. add enableAnnotationRendering property support, default enableAnnotationRendering=true 2. android build.gradle can reference root project sdk and buildTool setting +3. fix ios progressbar not work v5.0.2 1. fix file successfully download check diff --git a/package.json b/package.json index 3f14baca..868bd59a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "5.0.3", + "version": "5.0.4", "description": "A react native PDF view component", "main": "index.js", "typings": "./index.d.ts",