src/basic-app
with npm install
npx expo
app
becomes a page_layout
) define your page structurenpx create-expo-app myapp -t tabs
1-1/_layout.tsx
to your app/
foldertabs
folder inside app/
1-2/_layout.tsx
to your app/tabs
folderdrawer
folder inside app/
1-3/_layout.tsx
to your app/drawer
folder1-4/list.tsx
and 1-4/[id].tsx
to your app/tabs
folderlist
folder inside app/tabs
1-5/_layout_.tsx
to your app/tabs/list
folder2-1/_layout.tsx
to your app/drawer
folder2-2/page.web.tsx.tsx
to your components/home
folder2-3/page.web.tsx
and 2-3/page.css
to your components/home
folder2-4/+html.tsx
and 2-4/[...unmatched].tsx
to your app/
folder2-5/[id].tsx
Β to your app/drawer/list
folder3-1/_layout_.tsx
to your app/
folder3-2/_layout_.tsx
to your app/
folder3-2/(authenticated).tsx
to your app/
folder3-3/(tabs)
Β folder to your app/(authenticated)
folder3-4/_layout_.tsx
to your app/(authenticated)
folder