|
@ -16,7 +16,7 @@ import colors from "../config/colors"; |
|
|
const Tab = createBottomTabNavigator(); |
|
|
const Tab = createBottomTabNavigator(); |
|
|
const Stack = createStackNavigator(); |
|
|
const Stack = createStackNavigator(); |
|
|
|
|
|
|
|
|
function tabScreens() { |
|
|
|
|
|
|
|
|
function TabScreens() { |
|
|
return ( |
|
|
return ( |
|
|
<Tab.Navigator |
|
|
<Tab.Navigator |
|
|
style={{ backgroundColor: "black" }} |
|
|
style={{ backgroundColor: "black" }} |
|
@ -80,7 +80,7 @@ const AppNavigator = () => ( |
|
|
<Stack.Screen |
|
|
<Stack.Screen |
|
|
name="tab" |
|
|
name="tab" |
|
|
options={{ headerShown: false }} |
|
|
options={{ headerShown: false }} |
|
|
component={tabScreens} |
|
|
|
|
|
|
|
|
component={TabScreens} |
|
|
/> |
|
|
/> |
|
|
|
|
|
|
|
|
<Stack.Screen |
|
|
<Stack.Screen |
|
|