Skip to content

Commit

Permalink
iOS13 status bar has now 3 styles (#6)
Browse files Browse the repository at this point in the history
* iOS13 status bar has now 3 styles (facebook#26294)

Summary:
iOS13 status bar has now 3 styles
UIStatusBarStyleDefault, UIStatusBarStyleLightContent, UIStatusBarStyleDarkContent

UIStatusBarStyleDefault now acts as an automatic style which will set it’s value dynamically based on the the userinterfacestyle(One of the traits) of the viewcontroller that controls the status bar appearance.

[iOS] [Fixed] - iOS13 new status bar style UIStatusBarStyleDarkContent
Pull Request resolved: facebook#26294

Differential Revision: D17314054

Pulled By: cpojer
  • Loading branch information
jonwu authored and paulshen committed Jan 14, 2020
1 parent c691eff commit ecf3523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/Modules/RCTStatusBarManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ - (void)applicationWillChangeStatusBarFrame:(NSNotification *)notification

#endif // TARGET_OS_TV

@end
@end

0 comments on commit ecf3523

Please sign in to comment.