From 19aa0e1c07e00c6b4407cdaf01f6b6d0db2aedca Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Mon, 17 Nov 2025 07:48:59 -0500 Subject: [PATCH] build(deps): update optional react-native-async-storage peerDependency to v2+ v1 does not work with modern react-native, and projects that rely on firebase-js-sdk have difficulty overriding this peer dependency to the v2 series that works, because of unrelated issues with the npm package manager --- packages/auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/package.json b/packages/auth/package.json index 2d9ed76a1e0..d4f1ce69c00 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -116,7 +116,7 @@ }, "peerDependencies": { "@firebase/app": "0.x", - "@react-native-async-storage/async-storage": "^1.18.1" + "@react-native-async-storage/async-storage": "^2.2.0" }, "peerDependenciesMeta": { "@react-native-async-storage/async-storage": {