From 08b27f100ebf908b107164028c18e929d43a81c7 Mon Sep 17 00:00:00 2001 From: Sofiya Tepikin Date: Tue, 16 Aug 2022 11:06:38 +0000 Subject: [PATCH] Bump react-native-share from 3.8.5 to 7.8.0 Bumps [react-native-share](https://github.com/react-native-community/react-native-share) from 3.8.5 to 7.8.0. - [Release notes](https://github.com/react-native-community/react-native-share/releases) - [Changelog](https://github.com/react-native-share/react-native-share/blob/main/CHANGELOG.md) - [Commits](https://github.com/react-native-community/react-native-share/compare/v3.8.5...v7.8.0) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e92cd9..d26db5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15492,9 +15492,9 @@ } }, "react-native-share": { - "version": "3.8.5", - "resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-3.8.5.tgz", - "integrity": "sha512-GjMI2NwUvi8zC7JHWk6NIcg/gFJmK/+cAQ8VStvfy4/kOiXYE5YnpPjvKs/K1Aun0HqYi2vjvZruL5ouDEWxmg==" + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-7.8.0.tgz", + "integrity": "sha512-xD05WIL+F4/sa6AHayeOn+mx7IHHqYhucyehIhzi6SypnzMh69fdg0BBOX9EW3nj0G6cn/mNm0Nbu9on9rP6PA==" }, "react-native-simple-toast": { "version": "1.1.3", diff --git a/package.json b/package.json index 8a1f6cb..623b5e8 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "react-native-hyperlink": "0.0.19", "react-native-modal-datetime-picker": "8.0.0", "react-native-push-notification": "3.2.1", - "react-native-share": "^3.0.0", + "react-native-share": "^7.8.0", "react-native-simple-toast": "^1.1.3", "react-native-size-matters": "^0.4.0", "react-native-vector-icons": "^9.2.0",