From 6e2860318f9eb1b36de613ae7620116824413f54 Mon Sep 17 00:00:00 2001 From: Alexis Leboeuf Date: Thu, 6 Nov 2025 16:38:35 +0100 Subject: [PATCH] Added map screen + other stuff --- app.json | 6 ++++-- app/(tabs)/_layout.tsx | 7 ++++--- app/(tabs)/bonjourFL.tsx | 2 +- app/(tabs)/mapScreen.tsx | 41 ++++++++++++++++++++++++++++++++++++++++ data/concerts.json | 26 ++++++++++++------------- package-lock.json | 33 ++++++++++++++++++++++++++++++-- package.json | 17 +++++++++-------- 7 files changed, 103 insertions(+), 29 deletions(-) create mode 100644 app/(tabs)/mapScreen.tsx diff --git a/app.json b/app.json index 458ccba..4961bf0 100644 --- a/app.json +++ b/app.json @@ -9,7 +9,8 @@ "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { - "supportsTablet": true + "supportsTablet": true, + "bundleIdentifier": "com.anonymous.mmmprojet" }, "android": { "adaptiveIcon": { @@ -19,7 +20,8 @@ "monochromeImage": "./assets/images/android-icon-monochrome.png" }, "edgeToEdgeEnabled": true, - "predictiveBackGestureEnabled": false + "predictiveBackGestureEnabled": false, + "package": "com.anonymous.mmmprojet" }, "web": { "output": "static", diff --git a/app/(tabs)/_layout.tsx b/app/(tabs)/_layout.tsx index 164afad..6dd0f24 100644 --- a/app/(tabs)/_layout.tsx +++ b/app/(tabs)/_layout.tsx @@ -7,7 +7,7 @@ import { HapticTab } from '@/components/haptic-tab'; import { IconSymbol } from '@/components/ui/icon-symbol'; import { Colors } from '@/constants/theme'; import { useColorScheme } from '@/hooks/use-color-scheme'; -import TabTwoScreen from './index'; +import TabTwoScreen from './mapScreen'; import HomeScreen from './bonjourFL'; const Tabs = createBottomTabNavigator(); @@ -31,14 +31,15 @@ export default function TabLayout() { }} /> , }} > {() => } + ); } diff --git a/app/(tabs)/bonjourFL.tsx b/app/(tabs)/bonjourFL.tsx index 3a514e4..799d0ce 100644 --- a/app/(tabs)/bonjourFL.tsx +++ b/app/(tabs)/bonjourFL.tsx @@ -82,7 +82,7 @@ export default function BonjourScreen() { /> -