Skip to content
Merged
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
8 changes: 4 additions & 4 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 @@ -112,7 +112,7 @@
"@react-ng/bounds-observer": "^0.2.1",
"@rnmapbox/maps": "10.1.44",
"@sentry/react-native": "8.2.0",
"@shopify/flash-list": "2.2.0",
"@shopify/flash-list": "2.3.0",
"@shopify/react-native-skia": "^2.4.14",
"@ua/react-native-airship": "~25.0.0",
"array.prototype.tosorted": "^1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion patches/@shopify/flash-list/details.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `@shopify/flash-list` patches

### [@shopify+flash-list+2.2.0.patch](@shopify+flash-list+2.2.0.patch)
### [@shopify+flash-list+2.3.0+001+fix-horizontal-height-normalization.patch](@shopify+flash-list+2.3.0+001+fix-horizontal-height-normalization.patch)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@VickyStash, is there a reason you need to change the patch name other than the version number?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is one more PR that is soon to be merged: #84887, it has another patch.


- Reason: Fixes height normalization in horizontal FlashList when items change. `LinearLayoutManager.normalizeLayoutHeights` had three issues:
1. **Screen resize / item shrink**: When items shrink, `tallestItemHeight` was updated prematurely, causing the next cycle to skip re-normalization. Fixed by resetting tallest item tracking when `targetMinHeight === 0` so the next repaint re-detects the tallest item.
Expand Down
Loading