Commit 6d1a08ef authored by Malsha Rathnasiri's avatar Malsha Rathnasiri

driver app map

parent 2a73b4d0
......@@ -45,6 +45,10 @@ export default function Navigation({ colorScheme }) {
*/
const Stack = createNativeStackNavigator();
const DriverAppMap = () => {
return <View></View>
}
function RootNavigator() {
const [isAuthenticated, setIsAutheticated] = React.useState(false)
......@@ -101,7 +105,7 @@ function BottomTabNavigator({ onLogout }) {
}}>
<BottomTab.Screen
name="TabTwo"
component={InnerNavigator}
component={DriverAppMap}
hide
options={{
title: 'Journey',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment