-
Notifications
You must be signed in to change notification settings - Fork 125
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
Sometimes a Blue Bar is displayed at top of the App #19
Comments
Hey thanks for your feedback, |
Same issue when starting the app on iPad Landscape and rotating to Portrait.
|
@KBLNY Thanks for your fast reply. I am running on RN 29.2 and i am using the latest message-bar (v1.6.0) It is like @kemcake has mentioned. It must be caused by wrong? initialisation? Not sure how to solve this, i tried it with InteractionManager, but dind´t work. Where did u put this @kemcake |
I have the same problem too. RN |
RN 0.33.0, message-bar 1.6.0 |
Whats the current issues state? I get this error too. Sometimes the default bar is visible when i create a custom alert. |
+1 |
Submitted a fix yesterday. |
@brianjd I tested it and it works. I'm forking from your branch for now. |
hi @brianjd I still have that bluebar popup then disappear immediately after... This is my code:
|
@paduvi did you try using his forked version? |
@holyxiaoxin oh I haven't tried yet. I thought they have fixed this bug. I will have a look at @brianjd fork later. Thanks |
@paduvi the author didn't merge his fix. I've tried the forked version and it's working for me. |
It seems that blue bar still blink at top when I toggle off the message bar. |
@paduvi try going to the newly installed node module and console log something. Make sure that it's installed and reloaded in your js bundle. |
@holyxiaoxin it works normally if I remove line I just wanna toggle the MessageBar by using a TouchableOpacity's |
I found out why it has that bluebar... It seems that when I update state, application re-rendered the message bar. And because of something, it's not inherit old MessageBar props. A bluebar will appear at To prevent re-render, just check the state in
|
Yeah ,i understand i.e it is automatically taking the below one,i just replaced that annoying blue color with #fff(white).You can change the colour how ever you want
Duplicate of #29 |
Hey there!
Like the Title says, sometimes it shows me a Blue Bar on top of the App. I really don´t know where this comes from, i noticed this after i integrated this module
Any ideas?
The text was updated successfully, but these errors were encountered: