just another day

This commit is contained in:
2024-10-25 16:57:25 -05:00
parent 0e46c630a6
commit e84597883b
11 changed files with 882 additions and 1401 deletions

View File

@ -0,0 +1,7 @@
import React, { useEffect, useState } from 'react';
import { StyleSheet, ActivityIndicator, TouchableOpacity } from 'react-native';
import { ThemedText, ThemedView } from '@/components/theme/Theme';
import { SafeAreaView } from 'react-native-safe-area-context';

View File

@ -92,6 +92,7 @@ const styles = StyleSheet.create({
container: {
flex: 1,
alignItems: 'center',
marginTop: 40,
},
profileContainer: {
alignItems: 'center',