From 82ba150ddc3aa9db8dd9aba25fc8b8c0d9330248 Mon Sep 17 00:00:00 2001 From: heyethereum Date: Sun, 7 Jul 2024 20:27:54 +0800 Subject: [PATCH] edit app navigator --- navigation/AppNavigator.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/navigation/AppNavigator.tsx b/navigation/AppNavigator.tsx index ff207e8..524f880 100644 --- a/navigation/AppNavigator.tsx +++ b/navigation/AppNavigator.tsx @@ -15,14 +15,12 @@ interface AppNavigatorProps { // Main navigation component const AppNavigator = ({ clearScanData }: AppNavigatorProps) => { - const renderCustomTabBar = (props) => ; - return ( // Wrap the navigator in a NavigationContainer to manage the navigation tree {/* Define the tab navigator with custom tab bar and initial route */} - + }> {/* Define each tab with a name and corresponding component */}