From e5e34f6da1954c53c55c31b082819a0ed78219e6 Mon Sep 17 00:00:00 2001 From: eliran goshen Date: Mon, 10 Aug 2026 10:58:24 +0200 Subject: [PATCH] [TESTING ONLY] Pin react-native-onyx to batch-collection-removals fix Pins Onyx to callstack-internal/react-native-onyx#33dd460b (branch eliran/94839-batch-collection-removals) to test the cross-tab sync fix for the two-tabs heavy account crash. --- 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 3539dd0183a9..7e5cf3b6a685 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.94", + "react-native-onyx": "github:callstack-internal/react-native-onyx#33dd460b3042556198e4b7731d7ee8118366ebf7", "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.94", - "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-3.0.94.tgz", - "integrity": "sha512-ciuFQuRxZC8Bt42NtzZdVEj/hLEiADrnnNmWiYuPv0rhrEJ2+ec2IBYqXvl4EtNY/VtrSLc8lqP0y7Mg38wLaA==", + "version": "3.0.98", + "resolved": "git+ssh://git@github.com/callstack-internal/react-native-onyx.git#33dd460b3042556198e4b7731d7ee8118366ebf7", + "integrity": "sha512-XKpsPsOayrgYXJmoNyAXyV+QhGNIVrVEAVh7xqTCes0kegjq8DxEaFa8+S+ckCEmC3by1KW/vn6zmkhK54YLkw==", "license": "MIT", "dependencies": { "ascii-table": "0.0.9", diff --git a/package.json b/package.json index e53ebdec1c36..7373cbd45460 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.94", + "react-native-onyx": "github:callstack-internal/react-native-onyx#33dd460b3042556198e4b7731d7ee8118366ebf7", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0",