Open andrewworld opened 7 years ago
Hi, can you post your code and the com.android.support:design
version?
"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 backgroundColorExpanded
prop, am i right? if you're not using it, what you mean with periodically? when exactly the FAB turns transparent?
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: