Download source
Export a complete Expo project you can open locally in VS Code.
Requirements
Set a Bundle ID first. Then use Download complete native project from Builds (or the source API linked there).
Run locally
Typical flow after unzip:
npm ci
npm startThen use Expo Go or a simulator as you would with any Expo app.
What you get
A real Expo project (SDK aligned with Appify’s shell), icons/splash, plugins, and scripts — not a website zip. Secrets marked server-only stay off the client bundle.