auto-commit for 4ad74686-85cc-4c8c-8199-4a19334c243f

This commit is contained in:
emergent-agent-e1
2025-11-09 02:38:31 +00:00
parent f77cfee383
commit ee075e774e
@@ -5,12 +5,12 @@ import {
StyleSheet,
ScrollView,
TouchableOpacity,
Alert,
ActivityIndicator,
} from 'react-native';
import { Ionicons } from '@expo/vector-icons';
import { useSafeAreaInsets } from 'react-native-safe-area-context';
import { useAuth } from '../contexts/AuthContext';
import { useTheme } from '../contexts/ThemeContext';
import i18n, { saveLanguage } from '../config/i18n';
import AsyncStorage from '@react-native-async-storage/async-storage';