Skip to content

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

Open
jcesarmobile wants to merge 1 commit intomainfrom
missing-types
Open

fix(status-bar): add missing types#2498
jcesarmobile wants to merge 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

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

2 participants