mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-07-22 14:55:43 +00:00
auto-commit for 42b1722a-4e6c-4590-96a0-b74bea82a8f4
This commit is contained in:
@@ -150,7 +150,7 @@ function HomeTab({ navigation }: any) {
|
|||||||
<View style={[styles.actionIcon, { backgroundColor: action.color }]}>
|
<View style={[styles.actionIcon, { backgroundColor: action.color }]}>
|
||||||
<Ionicons name={action.icon} size={24} color="#FFF" />
|
<Ionicons name={action.icon} size={24} color="#FFF" />
|
||||||
</View>
|
</View>
|
||||||
<Text style={styles.actionLabel}>{action.label}</Text>
|
<Text style={styles.actionLabel}>{i18n.t(action.labelKey)}</Text>
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
))}
|
))}
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user