From 5d3d70b40f8108adb3b80f7baacf01e95aedd02c Mon Sep 17 00:00:00 2001 From: eliran goshen Date: Wed, 5 Aug 2026 10:30:18 +0200 Subject: [PATCH] [TESTING ONLY] Pin react-native-onyx to updateSnapshots keyless-entry fix (Onyx PR #818) Co-Authored-By: Claude Fable 5 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ab3ed072a3b..0cb0c62e55d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -124,7 +124,7 @@ "react-native-nitro-fetch": "1.5.4", "react-native-nitro-modules": "0.36.3", "react-native-nitro-sqlite": "9.6.0", - "react-native-onyx": "3.0.91", + "react-native-onyx": "github:callstack-internal/react-native-onyx#ebca04f341ecfc3e7be0104bf4c1f2290362052b", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0", @@ -36071,9 +36071,9 @@ } }, "node_modules/react-native-onyx": { - "version": "3.0.91", - "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-3.0.91.tgz", - "integrity": "sha512-G5LNhjsnAnGMcLRQI6IiZINy1ecO3/cNZyx/ldD9gu2zFlz3nHR5pC2uujb4asHBuy22VH8KhMRuQbvEZBNOUA==", + "version": "3.0.96", + "resolved": "git+ssh://git@github.com/callstack-internal/react-native-onyx.git#ebca04f341ecfc3e7be0104bf4c1f2290362052b", + "integrity": "sha512-ZXHp5eQ9cI/wi5GXr/1Xa4dkucdSClzJR1jex8drVTns5JVV8CIKXpmr44aFdYh2EQBO3o3i2q/VQgTrwiO99w==", "license": "MIT", "dependencies": { "ascii-table": "0.0.9", diff --git a/package.json b/package.json index 96c08d4e24ae..40f3b3f52880 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,7 @@ "react-native-nitro-fetch": "1.5.4", "react-native-nitro-modules": "0.36.3", "react-native-nitro-sqlite": "9.6.0", - "react-native-onyx": "3.0.91", + "react-native-onyx": "github:callstack-internal/react-native-onyx#ebca04f341ecfc3e7be0104bf4c1f2290362052b", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0",