diff --git a/package-lock.json b/package-lock.json index c232c2f3..8cabdb89 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", @@ -2334,15 +2333,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 0dea50f9..d72ec82e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "@react-native-camera-roll/camera-roll": "7.4.0", "@react-native-community/datetimepicker": "8.2.0", "@react-native-masked-view/masked-view": "0.3.1", - "@react-native-community/netinfo": "11.4.1", "@react-native-community/push-notification-ios": "1.10.1", "@react-native-picker/picker": "2.11.0", "@react-navigation/native": "6.1.18",