|
|
@@ -6,7 +6,7 @@ import LinksScreen from '../screens/Home/LinksScreen'
|
|
|
|
|
|
const BottomTab = createBottomTabNavigator()
|
|
|
|
|
|
-export default function BottomTabNavigator({ navigation, route }) {
|
|
|
+export default function BottomTabNavigator() {
|
|
|
return (
|
|
|
<BottomTab.Navigator initialRouteName="Home">
|
|
|
<BottomTab.Screen
|