auto-commit for 588a3833-c3ad-4b30-8db5-e11fdbda2374

This commit is contained in:
emergent-agent-e1
2025-11-08 14:19:41 +00:00
parent 899424fdf6
commit f965098f5c
+1 -1
View File
@@ -67,7 +67,7 @@ export default function LanguageScreen({ navigation }: any) {
<View style={styles.footer}>
<TouchableOpacity
style={styles.continueButton}
onPress={() => alert('Selected: ' + selected)}
onPress={handleContinue}
>
<Text style={styles.continueText}>Continue</Text>
<Ionicons name="arrow-forward" size={20} color="#FFF" />