-
Notifications
You must be signed in to change notification settings - Fork 567
Closed
Description
render() {
return (
<View style={{ flex: 1 }}>
<Text>Meetups List</Text>
<ActionButton buttonColor="rgba(231,76,60,1)">
<ActionButton.Item buttonColor='#9b59b6' title="New Task" onPress={() => console.log("notes tapped!")}>
<Icon name="md-create" style={styles.actionButtonIcon} />
</ActionButton.Item>
<ActionButton.Item buttonColor='#3498db' title="Notifications" onPress={() => { }}>
<Icon name="md-notifications-off" style={styles.actionButtonIcon} />
</ActionButton.Item>
<ActionButton.Item buttonColor='#1abc9c' title="All Tasks" onPress={() => { }}>
<Icon name="md-done-all" style={styles.actionButtonIcon} />
</ActionButton.Item>
</ActionButton>
</View>
);
I have added this ActionButton component to one of my screens and this the output:
How to resolve this rendering issue?
tammosito, jimmyc1987, maharjanaman, shaharl, RainSail and 4 more
Metadata
Metadata
Assignees
Labels
No labels