-1
I have this button with the icon Tails, but I would like to put the expandmore that has in the ui material, however, when putting it, it does not work, no icon name that has more than one word works
import {Icon} from 'react-native-material-ui';
<Button
color="#598ac1"
width="17%"
height={23}
style={styles.details}
onPress={() => {this.addDescricao();}}>
<Icon name="details" size={20} color="white" />
</Button>