We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yes
Yes.
OS: macOS High Sierra 10.13.3 Node: 9.5.0 Yarn: 1.3.2 npm: 5.6.0 Watchman: 4.7.0 Xcode: Xcode 9.2 Build version 9C40b Android Studio: 2.2 AI-145.3537739
Packages: (wanted => installed) react: 16.2.0 => 16.2.0 react-native: 0.53.0 => 0.53.0
Target Platform: iOS (11)
(Write your steps here:)
The status bar should remain visible.
The status bar disappears.
react-native init AppName
https://github.com/nathan815/RN-Todo
I've also noticed this issue in other React Native apps, such as Git Point.
I realize there was a previous issue (#10751) regarding this, but it seems to have been closed before it was fixed.
The text was updated successfully, but these errors were encountered:
This is default iOS behavior. It hides status bar in "vertically compact environment" (all iPhones in landscape). You can override it, see https://developer.apple.com/documentation/uikit/uiviewcontroller/1621440-prefersstatusbarhidden
Sorry, something went wrong.
@Zycon42 Oh, interesting. Good to know. Do you know if it is possible to override this in React Native?
No branches or pull requests
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes.
Environment
OS: macOS High Sierra 10.13.3
Node: 9.5.0
Yarn: 1.3.2
npm: 5.6.0
Watchman: 4.7.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 2.2 AI-145.3537739
Packages: (wanted => installed)
react: 16.2.0 => 16.2.0
react-native: 0.53.0 => 0.53.0
Target Platform: iOS (11)
Steps to Reproduce
(Write your steps here:)
Expected Behavior
The status bar should remain visible.
Actual Behavior
The status bar disappears.
Reproducible Demo
react-native init AppName
https://github.com/nathan815/RN-Todo
I've also noticed this issue in other React Native apps, such as Git Point.
I realize there was a previous issue (#10751) regarding this, but it seems to have been closed before it was fixed.
The text was updated successfully, but these errors were encountered: