auto-commit for bf72bdb6-baf7-48e4-a3a5-f79c0155ad8d

This commit is contained in:
emergent-agent-e1
2025-11-08 20:34:26 +00:00
parent 724509e6ac
commit d0ff6fa2a2
3 changed files with 3 additions and 1 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -4,7 +4,6 @@ import {
Text, Text,
StyleSheet, StyleSheet,
TouchableOpacity, TouchableOpacity,
SafeAreaView,
ScrollView, ScrollView,
Image, Image,
Dimensions, Dimensions,
@@ -14,6 +13,7 @@ import { Ionicons } from '@expo/vector-icons';
import { createBottomTabNavigator } from '@react-navigation/bottom-tabs'; import { createBottomTabNavigator } from '@react-navigation/bottom-tabs';
import * as ImagePicker from 'expo-image-picker'; import * as ImagePicker from 'expo-image-picker';
import { useAuth } from '../contexts/AuthContext'; import { useAuth } from '../contexts/AuthContext';
import { useSafeAreaInsets } from 'react-native-safe-area-context';
const { width } = Dimensions.get('window'); const { width } = Dimensions.get('window');