Mobile Source
Expo mobile code now lives inside this Astro project
The native mobile app source is in mobile/ so web and mobile are part of one project structure.
npm run dev starts the Astro website.
npm run mobile:web starts the Expo app on web.
npm run mobile:native starts the Expo native app.