You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invariant Violation: StatusBarIOS has been removed from React Native. Has been merged with StatusBar. See https://reactnative.dev/docs/statusbar
react-native-status-bar-size uses StatusBarIOS in the addListener function
Update:
– I attempted working on a fix but I couldn't since I am blocked RN migrating the StatusBarIOS events to StatusBar
– Related issue facebook/react-native#32297
The text was updated successfully, but these errors were encountered:
When using RN >= 0.66 this error is thrown:
react-native-status-bar-size uses StatusBarIOS in the addListener function
Update:
– I attempted working on a fix but I couldn't since I am blocked RN migrating the StatusBarIOS events to StatusBar
– Related issue facebook/react-native#32297
The text was updated successfully, but these errors were encountered: