-
Notifications
You must be signed in to change notification settings - Fork 105
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
chore: [IOAPPX-476] Change StatusBar
style according to the current color scheme
#6680
chore: [IOAPPX-476] Change StatusBar
style according to the current color scheme
#6680
Conversation
Jira Pull Request LinkThis Pull Request refers to Jira issues: |
PR Title Validation for conventional commit type✅ All good! PR title follows the conventional commit type. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6680 +/- ##
==========================================
+ Coverage 51.04% 51.09% +0.04%
==========================================
Files 1583 1583
Lines 32720 32710 -10
Branches 7400 7406 +6
==========================================
+ Hits 16703 16712 +9
+ Misses 15970 15940 -30
- Partials 47 58 +11
... and 12 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Short description
This PR adds a
StatusBar
that changes its style according to the color scheme of the app.List of changes proposed in this pull request
StatusBar
with a specific color scheme condition in theAppStackNavigator
Preview
Note
Please focus on the statusbar on the top while playing the videos
sb-darkmode-before.mp4
sb-darkmode-after.mp4
How to test
Change the color scheme of your app from Dev Settings and randomly check the headers of the screens. Focus your attention on the screens with an existing specific
StatusBar
behavior.