в row
<View style={[styles.row, { justifyContent: 'flex-end', paddingHorizontal: 0 }]}> <Button title="Messages" titleStyle={[styles.titleStyle]} //icon={{name: 'comment', type: 'evilicon', color: "#000", size: 20}} buttonStyle={[styles.button, {marginRight: 5}]} containerViewStyle={{ paddingHorizontal: 15 }} onPress={() => props.navigate("Messages")} /> <Button title="Notification" titleStyle={[styles.titleStyle, styles.titleStyleWhite]} //icon={{name: 'comment', type: 'evilicon', color: "#000", size: 20}} buttonStyle={[styles.button, styles.buttonFill]} containerViewStyle={{ paddingHorizontal: 15 }} onPress={() => props.navigate("Notifications")} /> </View>
Обсуждают сегодня