diff --git a/apps/mobile/app/(tabs)/_layout.tsx b/apps/mobile/app/(tabs)/_layout.tsx index d8bd433..e4950dc 100644 --- a/apps/mobile/app/(tabs)/_layout.tsx +++ b/apps/mobile/app/(tabs)/_layout.tsx @@ -1,41 +1,36 @@ -import { Tabs } from "expo-router"; +import { NativeTabs } from "expo-router/unstable-native-tabs"; export default function TabLayout() { return ( - - null, - }} - /> - null, - }} - /> - null, - }} - /> - null, - }} - /> - + + + + Map + + + + Routes + + + + Activities + + + + Profile + + ); }