From cb2628966255ca8ea0ba138f08f3539728f4a65e Mon Sep 17 00:00:00 2001 From: Rad Azzouz Date: Tue, 22 Jun 2021 11:43:09 -0400 Subject: [PATCH] =?UTF-8?q?Add=20new=20=E2=80=9CHow=20to=20Open=20a=20PDF?= =?UTF-8?q?=20in=20React=20Native=20Using=20the=20Document=20Picker"=20blo?= =?UTF-8?q?g=20post=20in=20the=20=E2=80=9CAnnouncements=E2=80=9D=20section?= =?UTF-8?q?=20(#407)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add new “How to Open a PDF in React Native Using the Document Picker” blog post in the “Announcements” section * Bump version number to 1.31.3 --- README.md | 1 + package-lock.json | 2 +- package.json | 2 +- samples/Catalog/package.json | 2 +- samples/Catalog/yarn.lock | 2 +- samples/NativeCatalog/package.json | 2 +- samples/NativeCatalog/yarn.lock | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7400d32b..929b2e32 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Windows is not currently supported, please use the previous version [1.24.9](htt - [Advanced Techniques for React Native UI Components](https://pspdfkit.com/blog/2018/advanced-techniques-for-react-native-ui-components/) - [How to Extend React Native APIs for Windows](https://pspdfkit.com/blog/2019/how-to-extend-react-native-apis-for-windows/) - [How to Bridge Native iOS Code to React Native](https://pspdfkit.com/blog/2020/how-to-bridge-native-ios-code-to-react-native/) +- [How to Open a PDF in React Native Using the Document Picker](https://pspdfkit.com/blog/2021/how-to-open-a-pdf-in-react-native-using-the-document-browser/) #### PSPDFKit diff --git a/package-lock.json b/package-lock.json index 023a0ae7..188d0fe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-pspdfkit", - "version": "1.31.2", + "version": "1.31.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 16514d40..f5e76438 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pspdfkit", - "version": "1.31.2", + "version": "1.31.3", "description": "A React Native module for the PSPDFKit library.", "keywords": [ "react native", diff --git a/samples/Catalog/package.json b/samples/Catalog/package.json index 6b5ac752..2b7cb7bc 100644 --- a/samples/Catalog/package.json +++ b/samples/Catalog/package.json @@ -1,6 +1,6 @@ { "name": "Catalog", - "version": "1.31.2", + "version": "1.31.3", "private": true, "scripts": { "start": "react-native start", diff --git a/samples/Catalog/yarn.lock b/samples/Catalog/yarn.lock index 7c215fb4..94530ec4 100644 --- a/samples/Catalog/yarn.lock +++ b/samples/Catalog/yarn.lock @@ -5415,7 +5415,7 @@ react-native-permissions@^1.1.1: integrity sha512-t0Ujm177bagjUOSzhpmkSz+LqFW04HnY9TeZFavDCmV521fQvFz82aD+POXqWsAdsJVOK3umJYBNNqCjC3g0hQ== "react-native-pspdfkit@file:../..": - version "1.31.2" + version "1.31.3" react-native-qrcode-scanner@^1.2.1: version "1.2.1" diff --git a/samples/NativeCatalog/package.json b/samples/NativeCatalog/package.json index 9d3626f8..c9cde698 100644 --- a/samples/NativeCatalog/package.json +++ b/samples/NativeCatalog/package.json @@ -1,6 +1,6 @@ { "name": "NativeCatalog", - "version": "1.31.2", + "version": "1.31.3", "private": true, "scripts": { "android": "react-native run-android", diff --git a/samples/NativeCatalog/yarn.lock b/samples/NativeCatalog/yarn.lock index 53358926..a0a9f632 100644 --- a/samples/NativeCatalog/yarn.lock +++ b/samples/NativeCatalog/yarn.lock @@ -5506,7 +5506,7 @@ react-native-gesture-handler@^1.3.0: prop-types "^15.7.2" "react-native-pspdfkit@file:../..": - version "1.31.2" + version "1.31.3" react-native-safe-area-view@^0.14.1: version "0.14.8"