feat(companion): initial rn port scaffold
This commit is contained in:
15
aris/app/_layout.tsx
Normal file
15
aris/app/_layout.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import "../global.css";
|
||||
|
||||
import { Stack } from "expo-router";
|
||||
import { PortalHost } from "@rn-primitives/portal";
|
||||
|
||||
export default function Layout() {
|
||||
return (
|
||||
<>
|
||||
<Stack>
|
||||
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
|
||||
</Stack>
|
||||
<PortalHost />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user