Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,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.98",
"react-native-onyx": "git+https://github.com/Expensify/react-native-onyx.git#6454463deed7bcb73ffaec10c00403292d0af6b1",
"react-native-pager-view": "8.0.0",
"react-native-pdf": "7.0.2",
"react-native-permissions": "^5.4.0",
Expand Down
19 changes: 3 additions & 16 deletions patches/react-native-onyx/details.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
# `react-native-onyx` patches

### [react-native-onyx+3.0.98+001+batch-collection-member-removals.patch](react-native-onyx+3.0.98+001+batch-collection-member-removals.patch)

- Reason:

```
Backports Onyx PR #820 (batch collection member removals + coalesce cross-tab sync events) onto 3.0.98.
It fixes an edge case left by Onyx PR #815 (shipped in 3.0.96): per-key null-member removals flooding
other tabs with ~2,000 cross-tab events per boot on heavy accounts, crashing both tabs. Onyx ships only
the compiled dist, so this is a dist-level patch generated by building the 3.0.98 tag from source
(verified byte-identical to the registry dist) plus only that PR's lib diff — it contains nothing from
Onyx 3.0.99/3.0.100/main. Remove this patch once App bumps to react-native-onyx >= 3.0.100.
```

- Upstream PR/issue: https://github.com/Expensify/react-native-onyx/pull/820 (merged upstream, released in 3.0.100)
- E/App issue: https://github.com/Expensify/App/issues/94839
- PR Introducing Patch: https://github.com/Expensify/App/pull/99051
No active patches. The 3.0.98 batch-collection-member-removals backport was
removed because this branch pins react-native-onyx to a SHA that already
includes Onyx PR #820 (released in 3.0.100).
Loading
Loading