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';