mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-13 01:11:02 +00:00
auto-commit for fc3a90d0-ef78-4d8c-925c-e51dc213d2f3
This commit is contained in:
@@ -22,6 +22,12 @@ const LANGUAGES = [
|
||||
export default function LanguageScreen({ navigation }: any) {
|
||||
const [selected, setSelected] = useState('en');
|
||||
|
||||
const handleContinue = () => {
|
||||
// Save language preference
|
||||
// TODO: Implement i18n
|
||||
navigation.navigate('HumanVerification');
|
||||
};
|
||||
|
||||
return (
|
||||
<SafeAreaView style={styles.container}>
|
||||
<View style={styles.header}>
|
||||
|
||||
Reference in New Issue
Block a user