8 lines
265 B
TypeScript
8 lines
265 B
TypeScript
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';
|
|
|
|
|
|
|