mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
Hide action bar
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { Stack } from 'expo-router'
|
import { Stack } from 'expo-router'
|
||||||
|
|
||||||
export default function RootLayout() {
|
export default function RootLayout() {
|
||||||
return <Stack />
|
return <Stack screenOptions={{ headerShown: false }} />
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user