npm audit fix, fix slot
This commit is contained in:
Generated
+3413
-2868
File diff suppressed because it is too large
Load Diff
+3
-5
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user