add expo, massively simplify svelte and solid examples

This commit is contained in:
2026-06-03 17:05:06 +02:00
parent d33b9c5467
commit d1c46cdee1
28 changed files with 232 additions and 465 deletions

View File

@@ -1,5 +1,5 @@
import { Stack } from "expo-router";
export default function RootLayout() {
return <Stack />;
return <Stack screenOptions={{headerShown:false}} />;
}