Skip to content

fix(status-bar): add missing types#2498

Merged
jcesarmobile merged 1 commit intomainfrom
missing-types
Mar 19, 2026
Merged

fix(status-bar): add missing types#2498
jcesarmobile merged 1 commit intomainfrom
missing-types

Conversation

@jcesarmobile
Copy link
Member

In #2179, since it implemented overlay and background color for iOS, the color and overlays types in StatusBarInfo are no longer optional.
And in addition to implementing overlay and background color for iOS, it also added a new height value for the StatusBarInfo, but it was not included in StatusBarInfo type.

Also two new listeners were implemented, statusBarVisibilityChanged and statusBarOverlayChanged, but the types for listening to them are also missing.

closes #2365
closes #2349

@github-actions
Copy link

Released dev build of status-bar with dev version: 8.0.2-dev-2498-20260318T122043.0

Copy link

@Rubal-code Rubal-code left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

@jcesarmobile jcesarmobile merged commit aa683d8 into main Mar 19, 2026
10 checks passed
@jcesarmobile jcesarmobile deleted the missing-types branch March 19, 2026 08:35
jcesarmobile added a commit that referenced this pull request Mar 19, 2026
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.

[StatusBar] height property missing on StatusBarInfo object Why is the height property in StatusBar.getInfo() not typed

3 participants