From b4666641356acb9ecd3cc1a81f58f01df341797b Mon Sep 17 00:00:00 2001 From: Yogendra Shelke Date: Tue, 5 Aug 2025 13:11:13 +0530 Subject: [PATCH] MOO-1932 - Match @react-native-community/netinfo version with native widgets --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca5357c5..16fd0938 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@react-native-async-storage/async-storage": "2.0.0", "@react-native-community/cameraroll": "4.0.1", "@react-native-community/datetimepicker": "8.2.0", - "@react-native-community/netinfo": "^11.3.2", + "@react-native-community/netinfo": "5.9.7", "@react-native-community/push-notification-ios": "1.10.1", "@react-native-masked-view/masked-view": "0.3.1", "@react-native-picker/picker": "2.8.1", @@ -2072,9 +2072,10 @@ } }, "node_modules/@react-native-community/netinfo": { - "version": "11.3.2", - "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.3.2.tgz", - "integrity": "sha512-YsaS3Dutnzqd1BEoeC+DEcuNJedYRkN6Ef3kftT5Sm8ExnCF94C/nl4laNxuvFli3+Jz8Df3jO25Jn8A9S0h4w==", + "version": "5.9.7", + "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-5.9.7.tgz", + "integrity": "sha512-NAkkT68oF+M9o6El2xeUqZK7magPjG/tAcEbvCbqyhlh3yElKWnI1e1vpbVvFXzTefy67FwYFWOJqBN6U7Mnkg==", + "license": "MIT", "peerDependencies": { "react-native": ">=0.59" } diff --git a/package.json b/package.json index 2306e4f9..9d797a83 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@react-native-community/cameraroll": "4.0.1", "@react-native-community/datetimepicker": "8.2.0", "@react-native-masked-view/masked-view": "0.3.1", - "@react-native-community/netinfo": "^11.3.2", + "@react-native-community/netinfo": "5.9.7", "@react-native-community/push-notification-ios": "1.10.1", "@react-native-picker/picker": "2.8.1", "@react-navigation/native": "6.1.18",