From c6c084e1157768412385f96c6cb99736d760a183 Mon Sep 17 00:00:00 2001 From: Sofiya Tepikin Date: Mon, 15 Aug 2022 18:16:25 +0200 Subject: [PATCH] Fix after merge conflicts --- package-lock.json | 5 ----- package.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 123dfa4..8d36114 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15418,11 +15418,6 @@ "@react-native-community/push-notification-ios": "^1.0.1" } }, - "react-native-restart": { - "version": "0.0.24", - "resolved": "https://registry.npmjs.org/react-native-restart/-/react-native-restart-0.0.24.tgz", - "integrity": "sha512-pvJNU3NwQk6bCG2gOWcQpZ4IxhtELB0K9gzmtixfsaTFbW1UXXHkJNjk1kHazcbH5hrD7QbUkR63fsAVh8X4VQ==" - }, "react-native-share": { "version": "3.8.5", "resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-3.8.5.tgz", diff --git a/package.json b/package.json index ae2f2b1..5dee2b3 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "react-native-fs": "^2.20.0", "react-native-hyperlink": "0.0.19", "react-native-modal-datetime-picker": "8.0.0", - "react-native-push-notification": "3.2.1", + "react-native-push-notification": "3.2.1", "react-native-share": "^3.0.0", "react-native-simple-toast": "^1.1.3", "react-native-size-matters": "^0.4.0",