-
Notifications
You must be signed in to change notification settings - Fork 114
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 missed icon and became transparent #32
Comments
Hi, can you post your code and the |
"com.android.support:appcompat-v7:25.3.1" <FloatingActionButton
rippleEffect={true}
icon={'add-shopping-cart'}
iconProvider={Icon}
autoAnchor
iconColor={Constants.color.WHITE}
onPress={() => {}}
backgroundColor={Constants.color.PRIMARY}/> |
if you're using BottomSheetHeader, you might missing the |
I don't use BottomSheetHeader here. Sometimes FAB turns transparent just after I run application, and it become normal after I rerun app. |
I am unaware of any issue like this to be honest, so if you find any pattern that you are sure that will always occurs this issue, or any race condition or provide a sample that i could easily reproduce, i would really appreciate to take a look at it. Thanks. |
This bug shows periodically:
The text was updated successfully, but these errors were encountered: