release: app-modules 3.0.151 with NativeSheet backdrop fix - #121
Merged
Merged
Conversation
…3486) NativeListFlowLayout sizes rows in sizeForItemAt from the collection view's width, but the invalidation context UIKit builds for a bounds change leaves invalidateFlowLayoutDelegateMetrics off, so the delegate is not asked again. A list that changed width after its first layout kept its old row size, and the flow layout centered the narrower row. On iPad this showed in the account selector: react-native-screens lays the sheet content out at the parent stack's width (494 pt in landscape split view) before the sheet frame (840 pt) arrives, and rotating with the selector open did the same. A later data update re-measured the rows, which made the bug look intermittent. Invalidate on every cross-axis size change and ask for delegate metrics in that context. Android is unaffected: its rows are MATCH_PARENT and re-measure with the RecyclerView. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Bump all 41 publishable packages to 3.0.149. The release also carries the Android pager-view tab fix from #118, which merged after 3.0.148 was published. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
# Conflicts: # CHANGELOG.md # native-views/react-native-native-sheet/package.json
weatherstar
approved these changes
Sep 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
UIColorEffectto the sheet presentation and its custom detent, so a transparent NativeSheet does not reveal the iOS 26 glass background while dragged below the detent.Validation
yarn install --immutable, all 41 workspacepreparebuilds,validate-npm-dist-tag.mjs latest, andgit diff --checkpassed.src/__tests__/NativeList.web.test.ts; this PR does not modify that file.Release
latestin run 35486278505. The workflow passed its registry verification, and an independent registry check confirmed all 41 versions andlatesttags.