-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
StatusBarIOS
removed but statusBarFrameWillChange
event not yet available in StatusBar
#32297
Comments
Summary: This component has been merged with `StatusBar` and deprecated since [Jun 24, 2019](a833778) ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [JavaScript] [Removed] - refactor!: drop deprecated `StatusBarIOS` Pull Request resolved: #31466 Test Plan: Warning when user imports `StatusBarIOS` Reviewed By: yungsters Differential Revision: D30109324 Pulled By: lunaleaps fbshipit-source-id: fa2d3aa2cf35206ed8a196e09f12af57d3b61ccc
@danielgindi |
Exactly |
Okay, I would categorize this not as a release blocking issue then but rather an issue on StatusBar since the plans to deprecate StatusBarIOS have been out for some time. I'll remove the pre-release tag for now and feel free to submit a PR adding the functionality. There might even be similar issues reported |
@lunaleaps This has been blocking us from upgrading for quite a while! ( : Is there a way we can get around this temporarily till a solution is out? |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Version
0.66.0-rc.4
Build Target(s)
iOS 15
Developer Environment
iOS / Xcode
Issue and Reproduction Steps
Previously we could have done this:
To get status bar frame change events on iOS.
Now the event still exists - in native code - but not accessible anymore as it has not migrated when deprecating
StatusBarIOS
.So this is not only a breaking change, but a breaking change without an alternative.
The text was updated successfully, but these errors were encountered: