wavelength_app/components/home/Countdown.tsx

8 lines
265 B
TypeScript
Raw Normal View History

2024-10-25 16:57:25 -05:00
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';