auto-commit for 4bf21d86-2750-4e43-ad92-021802b64510

This commit is contained in:
emergent-agent-e1
2025-11-09 08:45:20 +00:00
parent 0739f9ec8f
commit dfa636e806
+1 -1
View File
@@ -511,7 +511,7 @@ export default function HomeScreen({ navigation }: any) {
name="Referral"
component={ReferralTab}
options={{
tabBarLabel: 'Referral',
tabBarLabel: i18n.t('referral'),
tabBarIcon: ({ color, size }) => (
<Ionicons name="gift" size={size} color={color} />
),