Skip to content

Commit

Permalink
feat: revert stack router
Browse files Browse the repository at this point in the history
  • Loading branch information
prncss-xyz committed Apr 5, 2024
1 parent 1b5abe2 commit ed9f8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/_layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Stack } from "expo-router";
import { Slot } from "expo-router";
import { StatusBar } from "expo-status-bar";
import { useSetAtom } from "jotai";
import { ReactNode } from "react";
Expand Down Expand Up @@ -60,7 +60,7 @@ export default function Layout() {
<KeepAliveWhenTimerActive />
<SafeAreaProvider>
<Container>
<Stack />
<Slot />
<StatusBar style="auto" />
</Container>
</SafeAreaProvider>
Expand Down

0 comments on commit ed9f8af

Please sign in to comment.