summaryrefslogtreecommitdiff
path: root/app/(tabs)/index.tsx
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-08 12:22:43 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-08 12:22:43 +0200
commit27746d592b72ccb04f51a6ba53b84d8de10382e9 (patch)
tree5ecde4209e87cafe1d22344d6634d7ab74f5669a /app/(tabs)/index.tsx
parent126e967836155e056776fcd548a4b0b0e9e29d9a (diff)
Shwo unseen noitifications number
Diffstat (limited to 'app/(tabs)/index.tsx')
-rw-r--r--app/(tabs)/index.tsx6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx
index 94e85d6..3303b28 100644
--- a/app/(tabs)/index.tsx
+++ b/app/(tabs)/index.tsx
@@ -95,6 +95,7 @@ export default function HomeScreen() {
}
try {
+ console.log(`${process.env.EXPO_PUBLIC_API_URL}/graphql`)
const response = await fetch(`${process.env.EXPO_PUBLIC_API_URL}/graphql`, {
method: 'POST',
headers: {
@@ -170,7 +171,6 @@ export default function HomeScreen() {
const handleLogout = async () => {
await removeToken();
- setToken('');
};
const removeToken = async () => {
@@ -181,6 +181,8 @@ export default function HomeScreen() {
await AsyncStorage.removeItem('token');
await AsyncStorage.removeItem('userId');
}
+ setToken('');
+ setUserId('');
};
const fetchMapData = async () => {
@@ -241,7 +243,7 @@ export default function HomeScreen() {
}, [region]);
return (
- <ParallaxScrollView>
+ <ParallaxScrollView token={token} userId={userId}>
{token && userId ? (
<>
<ThemedView>