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

feat: add default status bar style #757

Merged
merged 1 commit into from
Dec 22, 2020

Conversation

WoLewicki
Copy link
Member

Description

Added better handling of iOS < 13 for statusBarStyle. It now resolves to UIStatusBarStyleLightContent when RNSStatusBarStyleLight passed, and UIStatusBarStyleDefault otherwise, since these are the options available in iOS < 13. Fixes #755.

Changes

Updated RNSScreenStackHeaderConfig.m.

Test code and steps to reproduce

Test642.js.

Checklist

  • Included code example that can be used to test this change
  • Ensured that CI passes

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.

statusBarStyle has no effect on iOS 12
2 participants