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 24f10e4 commit d39ded5Copy full SHA for d39ded5
app/_layout.js
@@ -0,0 +1,7 @@
1
+import { Stack } from 'expo-router'
2
+
3
+const Layout = () => {
4
+ return <Stack />;
5
+}
6
7
+export default Layout;
app/index.js
0 commit comments