just another day
This commit is contained in:
7
components/home/Countdown.tsx
Normal file
7
components/home/Countdown.tsx
Normal 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';
|
||||
|
||||
|
||||
|
@ -92,6 +92,7 @@ const styles = StyleSheet.create({
|
||||
container: {
|
||||
flex: 1,
|
||||
alignItems: 'center',
|
||||
marginTop: 40,
|
||||
},
|
||||
profileContainer: {
|
||||
alignItems: 'center',
|
||||
|
Reference in New Issue
Block a user