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 */}