From 0595f7751dbc39f07cdd1865e239e608053ab489 Mon Sep 17 00:00:00 2001 From: G Date: Sat, 27 Apr 2024 23:24:20 +0000 Subject: [PATCH] export BottomTabs instead of myTabs that was a honest mistake. --- src/navigations/BottomTabs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/navigations/BottomTabs.tsx b/src/navigations/BottomTabs.tsx index d1e484a..b651222 100644 --- a/src/navigations/BottomTabs.tsx +++ b/src/navigations/BottomTabs.tsx @@ -10,7 +10,7 @@ import Text from "../components/bases/Text"; import PaymentStackNavigator from "./PaymentStackNavigation"; const Tab = createBottomTabNavigator(); -export const MyTabs = () => { +export const BottomTabs = () => { const theme = useTheme(); return ( -- libgit2 0.27.1