diff --git a/package-lock.json b/package-lock.json index 53a823df..145eefe2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,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-picker/picker": "2.11.0", "@react-navigation/native": "6.1.18", "react-native": "0.77.1", @@ -2448,15 +2447,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-picker/picker": { "version": "2.11.0", "resolved": "https://registry.npmjs.org/@react-native-picker/picker/-/picker-2.11.0.tgz", diff --git a/package.json b/package.json index 58e28c5c..5018354c 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-picker/picker": "2.11.0", "@react-navigation/native": "6.1.18", "@notifee/react-native": "9.1.8",