material-bread
material-bread copied to clipboard
Textfield Leading icon doesn't show up
@thyagarajarahul I'm having trouble reproducing this on iOS, Android, Electron, and the Web:
Please follow the issue template so I can debug this:
What device and OS are you using?
Did you install and link react-native-vector-icons?
What does your code look like?
I am using an iOS Simulator 12.4
I have got the trailing icon working fine. Yes react-native-vector-icons are working as intended.
I get this when I try leading
"Failed prop type: Invalid prop leadingIcon of type object supplied to TextFieldLabel, expected boolean"
My code:
leadingIcon={<IconButton name={iconName} size={iconSize} color={iconColor} />}
Also could you tell me why disabled FAB decreases the opacity of the FAB and if there is a way to disable a single tab in tabs component?
Is there any solution for this problem?