-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Fab button bug in production #677
Comments
@yongdamsh I am noticing that bug too... have you managed to fix it? |
Not yet. I'm just workarounding for my project. I changed the Fab.js file in 'node_modules/native-base/dist/src/basic' path.
|
Originally I thought it is was only an issue on Android, but I do see it on production for both platforms. but i guess that's a temporary fix for now, but would love to know if this gets resolved soon! thanks, @yongdamsh |
@yongdamsh's workaround solved the issue for me on both Android and iOS. |
Thanks it solved this problem, you should make pull request or wait for them to fix it |
This is happening to me too. Can we get this fix in release? |
This is preventing my team to release any app including native-base to production. Is this being taken care of? |
I tried that workaround and it didn't work , the random blue circle is still there... |
@yongdamsh Thank you for bringing this to our notice. You can send a PR to this with proper use cases and description. |
is the bug solved? facing the same issues. The blue circle appear in release builds only but not in the debug build. |
We are looking into this |
Still with the problem here. |
@BrunoQuaresma Did you try with the above commit? |
@shivrajkumar is the commit included in the latest npm install ?? |
@saiprasad1996 It will be included in the next patch. |
Just to confirm, version 2.1.4 doesn't have the commit that fixed this? |
No, It will be released by end of this week or next week. |
Fixed with 2.1.5 |
Great team !! Thank you :-) |
react-native, react and native-base version
react-native: 0.42
react: 15.4.2
native-base: 2.0.13
Expected behaviour
Show 'Button' component only
Actual behaviour
In iOS, It shows empty button in production(release mode)
Steps to reproduce (code snippet or screenshot)
Screenshot of emulator/device
Is the bug present in both ios and android or in any one of them?
iOS (Not tested Android yet)
Any other additional info which would help us debug the issue quicker.
In this code, if app is in release mode, component's
displayName
is notStyled(Icon)
orStyled(IconNB)
. It looks likeStyled(o)
,Styled(d)
. SochildrenArray
includesIcon
component.I think it's related with minification of source code.
The text was updated successfully, but these errors were encountered: