summaryrefslogtreecommitdiff
path: root/app/(tabs)/index.tsx
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-08-31 12:37:42 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-08-31 12:37:42 +0200
commit819db6470099f9833d5a5027020c369d4b40e323 (patch)
tree62f68555b5e07443466fbb7e27bb44ce0ad5efe9 /app/(tabs)/index.tsx
parent509785982a1b4ac9ab145bac90d97be7044228c4 (diff)
Add boxs on alert page
Diffstat (limited to 'app/(tabs)/index.tsx')
-rw-r--r--app/(tabs)/index.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx
index d8fcccd..48c47b4 100644
--- a/app/(tabs)/index.tsx
+++ b/app/(tabs)/index.tsx
@@ -139,7 +139,7 @@ export default function HomeScreen() {
useEffect(() => {
if (token && userId) {
- const intervalId = setInterval(fetchMapData, 10000); // Fetch map data every 10 seconds
+ const intervalId = setInterval(fetchMapData, 10000);
return () => clearInterval(intervalId);
}
@@ -147,7 +147,7 @@ export default function HomeScreen() {
useEffect(() => {
if (mapRef.current && region) {
- mapRef.current.animateToRegion(region, 1000); // Smoothly animate to the new region
+ mapRef.current.animateToRegion(region, 1000);
}
}, [region]);
@@ -173,7 +173,7 @@ export default function HomeScreen() {
) : (
<>
<ThemedView style={styles.titleContainer}>
- <ThemedText type="title">Welcome, mate!</ThemedText>
+ <ThemedText type="subtitle">Welcome, mate!</ThemedText>
</ThemedView>
<ThemedView style={styles.formContainer}>
<View>