From c9995092168780f4f32ef4afda89150bbb824d64 Mon Sep 17 00:00:00 2001 From: G Date: Tue, 28 May 2024 16:05:42 +0000 Subject: [PATCH] render the transactions screen when on the tab --- 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 e6d6069..5cd6061 100644 --- a/src/navigations/AppBottomTabsNavigator.tsx +++ b/src/navigations/AppBottomTabsNavigator.tsx @@ -1,5 +1,6 @@ import { Entypo, FontAwesome, Ionicons } from "@expo/vector-icons"; import { createBottomTabNavigator } from "@react-navigation/bottom-tabs"; +import TransactionHistoryScreen from "@screens/TransactionHistoryScreen"; import { useTheme } from "@shopify/restyle"; // import palette import type { Theme } from "@themes/Theme"; @@ -29,7 +30,7 @@ export const AppBottomTabsNavigator = () => { /> ( -- libgit2 0.27.1