From 3b9262ac1d5153014ed9831a4d9aa912f2f81a2d Mon Sep 17 00:00:00 2001 From: G Date: Fri, 26 Apr 2024 15:32:13 +0000 Subject: [PATCH] basic bottom stack navigation, only the payment workflow is really showcased here. --- src/navigations/BottomTabs.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/navigations/BottomTabs.tsx b/src/navigations/BottomTabs.tsx index 20b30ba..2a3df44 100644 --- a/src/navigations/BottomTabs.tsx +++ b/src/navigations/BottomTabs.tsx @@ -1,13 +1,14 @@ import { createBottomTabNavigator } from "@react-navigation/bottom-tabs"; import { View } from "react-native"; import Text from "../components/bases/Text"; +import PaymentStackNavigator from "./PaymentStackNavigation"; const Tab = createBottomTabNavigator(); export const MyTabs = () => { return ( - - + + -- libgit2 0.27.1