From ed30b27bbb98102a5bfcb34df32fec698da60ac3 Mon Sep 17 00:00:00 2001 From: wh201906 Date: Sun, 19 Apr 2026 10:55:59 +0800 Subject: [PATCH] Bump minimum requirement of nitro to 0.31.2 (peerDeps only) --- packages/react-native-quick-crypto/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-quick-crypto/package.json b/packages/react-native-quick-crypto/package.json index c7f6d5b8..dcf13be4 100644 --- a/packages/react-native-quick-crypto/package.json +++ b/packages/react-native-quick-crypto/package.json @@ -98,7 +98,7 @@ "peerDependencies": { "react": "*", "react-native": "*", - "react-native-nitro-modules": ">=0.29.1", + "react-native-nitro-modules": ">=0.31.2", "react-native-quick-base64": ">=2.1.0", "expo": ">=48.0.0", "expo-build-properties": "*"