Docs
Search docs…⌘K
DashboardStart free →
Getting Started
What is WyberAi?Your first buildHow credits work
Web Apps
Generating a web appConnecting SupabasePublishingCustom domainsExporting & self-hosting
Mobile Apps
Generating a mobile appThe live previewExporting to ExpoApp Store submission
Account & Billing
Plans & pricingCredits explainedAI models
Mobile Apps›Exporting to Expo

Exporting to Expo

Download your Wyber mobile app as a standard Expo project you can build, submit to the App Store / Play Store, or continue developing locally.

What you'll need
  • Node.js 18+ — nodejs.org
  • Expo CLI — npm install -g expo-cli
  • A generated Wyber mobile app

Step-by-step

  1. 1
    Click Export

    In the mobile editor top bar, click Export. Wyber packages the project as a ZIP file and starts the download.

    Export buttonScreenshot placeholder — to be added after testing
  2. 2
    Download and unzip

    The ZIP contains a standard Expo project: app/ screens, components/, package.json, and app.json. Unzip it anywhere on your machine.

  3. 3
    Install dependencies
    npm install
  4. 4
    Run locally
    npx expo start

    Expo opens a QR code in the terminal. Scan it with Expo Go on your phone, or press w to open in a browser.

  5. 5
    Build for production (optional)

    Use EAS Build (Expo's cloud build service) to generate an IPA or APK and submit to the App Store / Google Play. See the Expo EAS docs for the full submission guide.

Note: Exported code is standard Expo — no Wyber lock-in. You own the output and can develop it like any React Native project.
← The live previewNext: Building AI agents →