From da1d796af9abb5d42954936500098aa221cd6fed Mon Sep 17 00:00:00 2001 From: G Date: Mon, 1 Jul 2024 10:28:16 +0000 Subject: [PATCH] set the correct screen for the profile tabs for the bottomTabs navigator --- src/navigations/AppBottomTabsNavigator.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/navigations/AppBottomTabsNavigator.tsx b/src/navigations/AppBottomTabsNavigator.tsx index 5cd6061..165ad0b 100644 --- a/src/navigations/AppBottomTabsNavigator.tsx +++ b/src/navigations/AppBottomTabsNavigator.tsx @@ -1,6 +1,7 @@ import { Entypo, FontAwesome, Ionicons } from "@expo/vector-icons"; import { createBottomTabNavigator } from "@react-navigation/bottom-tabs"; import TransactionHistoryScreen from "@screens/TransactionHistoryScreen"; +import UserProfileScreen from "@screens/UserProfileScreen"; import { useTheme } from "@shopify/restyle"; // import palette import type { Theme } from "@themes/Theme"; @@ -50,7 +51,7 @@ export const AppBottomTabsNavigator = () => { /> ( -- libgit2 0.27.1