From 9ac19b0a879a704824851aec2066b89734286d09 Mon Sep 17 00:00:00 2001 From: shafi54 <108669266+shafi-aviz@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:24:27 +0530 Subject: [PATCH] enh --- apps/user-ui/src/components/AddToCartDialog.tsx | 5 ++++- packages/ui/index.ts | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/user-ui/src/components/AddToCartDialog.tsx b/apps/user-ui/src/components/AddToCartDialog.tsx index c010ed3..6a22d4a 100644 --- a/apps/user-ui/src/components/AddToCartDialog.tsx +++ b/apps/user-ui/src/components/AddToCartDialog.tsx @@ -9,6 +9,7 @@ import { trpc } from '@/src/trpc-client'; import { useAddToCart, useGetCart, useUpdateCartItem } from '@/hooks/cart-query-hooks'; import { useGetEssentialConsts } from '@/src/api-hooks/essential-consts.api'; import dayjs from 'dayjs'; +import { SafeAreaView } from 'react-native-safe-area-context'; export default function AddToCartDialog() { const router = useRouter(); @@ -120,6 +121,7 @@ export default function AddToCartDialog() { return ( + @@ -195,7 +197,7 @@ export default function AddToCartDialog() { /> - + + ); } diff --git a/packages/ui/index.ts b/packages/ui/index.ts index f27dff5..97b5828 100755 --- a/packages/ui/index.ts +++ b/packages/ui/index.ts @@ -63,8 +63,8 @@ const isDevMode = Constants.executionEnvironment !== "standalone"; // const BASE_API_URL = API_URL; // const BASE_API_URL = 'http://10.0.2.2:4000'; // const BASE_API_URL = 'http://192.168.100.101:4000'; -const BASE_API_URL = 'http://192.168.1.3:4000'; -// let BASE_API_URL = "https://mf.freshyo.in"; +// const BASE_API_URL = 'http://192.168.1.3:4000'; +let BASE_API_URL = "https://mf.freshyo.in"; // let BASE_API_URL = 'http://192.168.100.104:4000'; // let BASE_API_URL = 'http://192.168.29.176:4000';