From 465894b614732bdd8c5b54f1fd9cc407a6ecd1c8 Mon Sep 17 00:00:00 2001 From: Yogendra Shelke Date: Tue, 5 Aug 2025 18:59:09 +0530 Subject: [PATCH] MOO-1932 Remove netinfo dependancy --- package-lock.json | 10 ---------- package.json | 1 - 2 files changed, 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 41e332b8..262227e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,6 @@ "@react-native-community/cli-platform-android": "16.0.2", "@react-native-community/cli-platform-ios": "16.0.2", "@react-native-community/datetimepicker": "8.2.0", - "@react-native-community/netinfo": "11.4.1", "@react-native-community/push-notification-ios": "1.10.1", "@react-native-masked-view/masked-view": "0.3.1", "@react-native-picker/picker": "2.11.0", @@ -2441,15 +2440,6 @@ } } }, - "node_modules/@react-native-community/netinfo": { - "version": "11.4.1", - "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.4.1.tgz", - "integrity": "sha512-B0BYAkghz3Q2V09BF88RA601XursIEA111tnc2JOaN7axJWmNefmfjZqw/KdSxKZp7CZUuPpjBmz/WCR9uaHYg==", - "license": "MIT", - "peerDependencies": { - "react-native": ">=0.59" - } - }, "node_modules/@react-native-community/push-notification-ios": { "version": "1.10.1", "resolved": "https://registry.npmjs.org/@react-native-community/push-notification-ios/-/push-notification-ios-1.10.1.tgz", diff --git a/package.json b/package.json index 2bbc6c53..78740481 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "@react-native-community/cli-platform-android": "16.0.2", "@react-native-community/cli-platform-ios": "16.0.2", "@react-native-community/datetimepicker": "8.2.0", - "@react-native-community/netinfo": "11.4.1", "@react-native-community/push-notification-ios": "1.10.1", "@react-native-masked-view/masked-view": "0.3.1", "@react-native-picker/picker": "2.11.0",