Skip to content

fix(iOS): screen not rendering after tab change on iOS 27#530

Merged
thiagobrez merged 8 commits into
mainfrom
fix/ios27-tab-change
Jun 10, 2026
Merged

fix(iOS): screen not rendering after tab change on iOS 27#530
thiagobrez merged 8 commits into
mainfrom
fix/ios27-tab-change

Conversation

@thiagobrez

Copy link
Copy Markdown
Collaborator

PR Description

Fixes #529.

On iOS 27, Apple silently replaced the tabBarController(_:shouldSelect:) delegate method to tabBarController(_:shouldSelectTab:) on TabView, which broke Tab selection because it would never be broadcasted to JS, resulting in a white screen.

@thiagobrez thiagobrez merged commit 6797d32 into main Jun 10, 2026
9 checks passed
@thiagobrez thiagobrez deleted the fix/ios27-tab-change branch June 10, 2026 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Not works on iOS27 Developer Beta Version

2 participants