Skip to content

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

Open
thiagobrez wants to merge 4 commits into
mainfrom
fix/ios27-tab-change
Open

fix(iOS): screen not rendering after tab change on iOS 27#530
thiagobrez wants to merge 4 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.

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