npm audit fix, fix slot

This commit is contained in:
StarAppeal
2025-09-02 23:58:03 +02:00
parent 7b8443582b
commit ad3b66e580
2 changed files with 3416 additions and 2873 deletions
+3413 -2868
View File
File diff suppressed because it is too large Load Diff
+3 -5
View File
@@ -1,13 +1,11 @@
import React from "react";
import {Stack} from "expo-router";
import {Slot, Stack} from "expo-router";
export default function CustomStack() {
return (
<Stack
screenOptions={{
headerShown: false,
}}>
<Stack screenOptions={{ headerShown: false }}>
<Slot />
</Stack>
);
}