Automation

Automation setup
Add an EXPO_TOKEN repository secret, then pushes to main can deploy the web app and queue iOS plus Android development builds.
Web deploy
Actions runs expo export --platform web, then eas deploy --prod.
Android dev client
The development EAS profile queues an internal APK build.
iOS dev client
The same profile queues an internal iOS build after Apple credentials and devices are configured in EAS.
Native APIs
Camera and foreground location permissions are declared in app.json and checked in the Native tab.