auto-commit for 5f86c426-d1f6-40ae-b1f0-92798432e4ba

This commit is contained in:
emergent-agent-e1
2025-11-08 20:34:33 +00:00
parent d0ff6fa2a2
commit 1c8d59db5f
+1
View File
@@ -19,6 +19,7 @@ const { width } = Dimensions.get('window');
function HomeTab() { function HomeTab() {
const { user } = useAuth(); const { user } = useAuth();
const insets = useSafeAreaInsets();
const [profileImage, setProfileImage] = useState<string | null>(null); const [profileImage, setProfileImage] = useState<string | null>(null);
const pickImage = async () => { const pickImage = async () => {