We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20b6e8 commit e957dabCopy full SHA for e957dab
src/app/_layout.tsx
@@ -28,9 +28,9 @@ configureReanimatedLogger({
28
})
29
30
export const unstable_settings = {
31
- initialRouteName: '/'
+ // Ensure any route can link back to `/`
32
+ initialRouteName: '(tabs)'
33
}
-
34
// Ignore common React Native warnings
35
LogBox.ignoreLogs([
36
/VirtualizedLists should never be nested inside plain ScrollViews/, // avoid nested list warnings
0 commit comments