prepared folderstructure for monorepo with express.js
This commit is contained in:
6
apps/client/src/app/_layout.tsx
Normal file
6
apps/client/src/app/_layout.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Stack } from "expo-router";
|
||||
import "../../global.css";
|
||||
|
||||
export default function RootLayout() {
|
||||
return <Stack screenOptions={{ headerShown: false }} />;
|
||||
}
|
||||
Reference in New Issue
Block a user