-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: drop deprecated
StatusBarIOS
(#31466)
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
- Loading branch information
1 parent
a169009
commit 7ce0f40
Showing
2 changed files
with
22 additions
and
52 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7ce0f40
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#32297
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.