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 = () => { /> (