From 7bbdef993001b08254e80afa048b679226f979ac Mon Sep 17 00:00:00 2001 From: whysman Date: Fri, 25 Apr 2025 00:44:06 -0400 Subject: [PATCH] Location search, initial framework. --- components/Dialogs.tsx | 3 ++- components/Location.tsx | 20 ++++++++++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/components/Dialogs.tsx b/components/Dialogs.tsx index ac84941..fd6f482 100644 --- a/components/Dialogs.tsx +++ b/components/Dialogs.tsx @@ -3,6 +3,7 @@ import { Portal, Button, Dialog, useTheme } from "react-native-paper"; import About from "@/components/About"; import Privacy from "@/components/Privacy"; import Broken from "@/components/Broken"; +import Location from "@/components/Location"; interface DialogsProps { aboutVisible: boolean; @@ -58,7 +59,7 @@ const Dialogs: React.FC = ({ aboutVisible, privacyVisible, bugVisi toggleLocation()} style={{backgroundColor: theme.colors.primaryContainer}}> Location - +