Skip to content

Instantly share code, notes, and snippets.

View williamjayjay's full-sized avatar
🌍
In focused

William FS williamjayjay

🌍
In focused
View GitHub Profile
@betomoedano
betomoedano / _layout.tsx
Created September 24, 2024 20:54
Universal modal with Expo Router
export default function RootLayout() {
return (
<Stack>
<Stack.Screen
name="(drawer)"
options={{
headerShown: false,
}}
/>
<Stack.Screen