-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Using Modal in an app with status bar hidden = true results in status bar being shown #8627
Comments
Please mention your React Native version and platform. |
react-native-cli: 0.2.0 |
reproducible???? |
Can you also post a screenshot? Are you referring to the grey line at the top? |
the status bar |
I think the |
Well I noticed that you are using RN0.24, so the |
Here it is #7157 it was introduced in 0.27 |
cc @jemise111 |
@satya164 do you work for 24 hours a day... find you at any time and everywhere, it's crazy |
@nihgwu Haha. I try to be online when I can :D |
actually for this issue, there are two different |
@nihgwu Sorry, I've no context on the code. |
Ohk so versio issue I guess |
@nihgwu I'm having the same issue with RN0.32.0. |
@kfiroo I've explained #8627 (comment) those are two different StatusBar on View an Modal, you can't control the StatusBar on Modal right now |
@nihgwu Ok, I thought you meant that there is a way after RN27 :) |
Just go to styles.xml of android/app/src/main/res/values/styles.xml and put this code in Base application theme ` <style name="AppTheme" parent="Theme.ReactNative.AppCompat.Light.NoActionBar.FullScreen"> </style>` After putting code, remove generated folders from android/app/build/generated folder and again do |
I am still facing the same issue. Is there any react-native solution. |
@ShaikhKabeer thanks man!. U save me. |
Bug?
The text was updated successfully, but these errors were encountered: