diff --git a/app/(tabs)/explore.tsx b/app/(tabs)/explore.tsx
index 95b4171..bbfbc20 100644
--- a/app/(tabs)/explore.tsx
+++ b/app/(tabs)/explore.tsx
@@ -2,7 +2,6 @@ import {
StyleSheet,
ScrollView,
SafeAreaView,
- View,
StatusBar,
Image,
TouchableOpacity
@@ -20,7 +19,7 @@ export default function ExploreScreen() {
return (
-
+
Wat moet waar?
@@ -64,7 +63,7 @@ export default function ExploreScreen() {
-
+
);
}
diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx
index 90cf9e8..d174fe0 100644
--- a/app/(tabs)/index.tsx
+++ b/app/(tabs)/index.tsx
@@ -14,7 +14,7 @@ export default function HomeScreen() {
return (
-
+
{ getGreeting() },
@@ -71,7 +71,7 @@ export default function HomeScreen() {
-
+
);
}
diff --git a/app/(tabs)/map.tsx b/app/(tabs)/map.tsx
index 0706d66..74a98a8 100644
--- a/app/(tabs)/map.tsx
+++ b/app/(tabs)/map.tsx
@@ -49,7 +49,7 @@ export default function MapScreen() {
const renderListItem = (item: any, index: any) => {
return (
-
+
{item.name}
@@ -61,7 +61,7 @@ export default function MapScreen() {
value={item.isEnabled}
onValueChange={() => toggleSwitch(index)}
/>
-
+
);
};
@@ -87,7 +87,7 @@ export default function MapScreen() {
return (
-
+
Afvalcontainers
@@ -113,7 +113,7 @@ export default function MapScreen() {
{ renderList() }
-
+
);
}