mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-04-22 01:57:56 +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 }]}>
|
||||
<Ionicons name={action.icon} size={24} color="#FFF" />
|
||||
</View>
|
||||
<Text style={styles.actionLabel}>{action.label}</Text>
|
||||
<Text style={styles.actionLabel}>{i18n.t(action.labelKey)}</Text>
|
||||
</TouchableOpacity>
|
||||
))}
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user