From d2d3900c2a8c99f8c4cd7e7223e9a0b73baba24d Mon Sep 17 00:00:00 2001 From: Kyle Diggs Date: Tue, 17 Sep 2024 20:14:02 -0700 Subject: [PATCH] Updating react-native-fast-openpgp This is necessary to fix issues related to auto linking and archiving. Related to the following https://github.com/jerson/react-native-fast-openpgp/issues/106 Fixed in this version https://www.npmjs.com/package/react-native-fast-openpgp/v/2.7.3 --- packages/reactnative/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/reactnative/package.json b/packages/reactnative/package.json index 88c6d8724..24561d327 100644 --- a/packages/reactnative/package.json +++ b/packages/reactnative/package.json @@ -77,7 +77,7 @@ "patch-package": "^8.0.0", "process": "^0.11.10", "react-native-crypto": "^2.2.0", - "react-native-fast-openpgp": "2.7.0", + "react-native-fast-openpgp": "2.7.4", "react-native-get-random-values": "^1.9.0", "react-native-level-fs": "^3.0.1", "react-native-os": "^1.2.6",