Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix styling options on iOS 13.4 #6087

Merged
merged 3 commits into from
Mar 30, 2020
Merged

Fix styling options on iOS 13.4 #6087

merged 3 commits into from
Mar 30, 2020

Conversation

yogevbd
Copy link
Collaborator

@yogevbd yogevbd commented Mar 30, 2020

iOS 13.4 doesn't allow overriding UIViewController's methods in categories (and it's also discouraged by apple) which causes styles to break.

  • Move UIViewController override methods from category to controllers.
  • Fixes BottomTab style visibility
  • Fixes statusBar.style

Closes #6075

@yogevbd yogevbd requested a review from guyca March 30, 2020 08:27
@yogevbd yogevbd merged commit 950ac64 into master Mar 30, 2020
@yogevbd yogevbd deleted the fixControllers branch March 30, 2020 13:25
stachu2k pushed a commit to stachu2k/react-native-navigation that referenced this pull request Apr 8, 2020
iOS 13.4 doesn't allow overriding UIViewController's methods in categories (and it's also discouraged by apple) which causes styles to break.

Move UIViewController override methods from category to controllers.
Fixes BottomTab style visibility
Fixes statusBar.style
Closes wix#6075
stachu2k pushed a commit to stachu2k/react-native-navigation that referenced this pull request Apr 8, 2020
stachu2k pushed a commit to stachu2k/react-native-navigation that referenced this pull request Apr 8, 2020
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.

[v6][iOS13.4][debug] Bottom Tab Icons are not visible
2 participants