Commit 50868ff
committed
fix(mobile/routes): drop stale settings Stack.Screen declaration
The <Stack.Screen name="settings" /> declaration pointed at
the flat app/settings.tsx file, which was moved to
app/settings/index.tsx when we added sub-routes. Expo Router
logs a warning because no route with that exact name exists
any more. The sub-routes register themselves via file-based
routing so no explicit declaration is needed.1 parent e207e6f commit 50868ff
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
| |||
0 commit comments