Modified my /app/_layout.tsx - removed the slot and added the route for the (tabs) ... that seemed to work.
<AuthProvider> <Stack> <Stack.Screen name="(tabs)" options={{ headerShown: false }} /> </Stack> </AuthProvider>