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