feat(mobile): add complete consent flow (banner, health modal, privacy, i18n)
This commit is contained in:
@@ -379,6 +379,14 @@ export default function ProfileScreen() {
|
||||
</TouchableOpacity>
|
||||
</>
|
||||
)}
|
||||
<View style={[styles.menuDivider, { backgroundColor: colors.surfaceLow }]} />
|
||||
<TouchableOpacity style={styles.menuRow} onPress={() => router.push('/privacy')}>
|
||||
<View style={[styles.menuIconCircle, { backgroundColor: colors.surfaceLow }]}>
|
||||
<Ionicons name="shield-checkmark-outline" size={20} color={colors.primary} />
|
||||
</View>
|
||||
<Text style={[styles.menuLabel, { color: colors.text }]}>{t('nav.privacy')}</Text>
|
||||
<Ionicons name="chevron-forward" size={18} color={colors.textSecondary} />
|
||||
</TouchableOpacity>
|
||||
</View>
|
||||
|
||||
{/* Search history */}
|
||||
|
||||
Reference in New Issue
Block a user