Chat
Tell the agent you want a mobile app. You’ll know it’s a mobile project because the app preview shows a device frame instead of a full-screen view.Screens
Screens are the pages of your mobile app. Manage them from the element selector in the top bar. Switch between screens, rename, or delete.Preview
The builder shows your mobile app in a device frame. Interact with it in the browser. Tap buttons, scroll, fill in forms. Some things won’t work in the browser preview. Camera, GPS, and other phone capabilities require a real device. iOS 26 visual effects like liquid glass tab bars only render on devices running iOS 26 or later.Test on your device
Expo Go lets you preview your app on a real device with full access to camera, location, barcode scanning, and other native features that don’t work in the browser preview. You connect your Expo account once per project, then scan to load.1
Create an Expo account
Go to expo.dev/signup and create a free account. Use your personal account, not a CI or robot account — this needs to match what you sign in with on your phone.
2
Install Expo Go on your phone
Download Expo Go from the App Store (or Google Play for Android). Sign in with the same account.
3
Generate an access token
In a browser, go to expo.dev/settings/access-tokens. Click Create Token, give it any name, and copy the token. This is the only time it’s shown, so copy it before closing.
4
Connect in the builder
In the Connect Expo Go panel next to the mobile preview, paste your token into the Expo access token field and click Connect Expo. The token stays out of your app’s source files.
5
Scan the QR code
Open your phone camera and scan the QR code in the preview area. Your app opens in Expo Go and stays in sync as you build.
From build to launch
How a mobile app moves from Anything to your phone to beta testing to the App Store.
Native features
Mobile apps can use device features web apps can’t. Add them with a prompt:- Camera —
Let users take a photo and upload it - Location —
Show nearby restaurants on a map - Haptics —
Add a vibration when the user likes a post - Image picker —
Let users choose a profile picture from their gallery - Audio —
Add a voice recording feature - Text-to-speech —
Read the article text out loud - Maps —
Show delivery tracking on a map - Barcode scanning —
Add a barcode scanner to look up products
Going further
Every Anything mobile app has built-in support for:- User accounts —
Add sign up and login to the app - In-app payments —
Add a $9.99/month subscription for AI features - Database —
Save the workouts and show them on a calendar - Backend —
Send a welcome email when someone signs up - File uploads —
Let users upload progress photos - Integrations —
Suggest workouts with AI
Submit to the App Store
Anything has a built-in App Store review check that scans for common issues before you submit, so Apple doesn’t reject your app.You’ll need an Apple Developer Account ($99/year). Verify it’s active. Set up app icons and branding in Project Settings.
1
Run the App Store review check
Click Publish → App Store Review to scan for issues.
2
Fix any issues
The review check flags problems Apple would reject. Fix them before submitting.
3
Submit through TestFlight
Click Publish → Submit to App Store and follow the steps.
Google Play publishing is in beta. It uploads your Android app to the internal testing track as a draft. See Submit to Play Store for the full setup.
FAQ
Can I convert my existing web app to mobile?
Can I convert my existing web app to mobile?
Yes. Tell the builder to “generate a mobile app from this web app” and it creates a mobile version of your project.
Do I need to know React Native?
Do I need to know React Native?
No. Anything handles the code. Describe what you want. Under the hood, Anything generates Expo (React Native) code. You can view it in Code mode if you’re curious.
Can I use my existing Anything database?
Can I use my existing Anything database?
Yes. Your mobile app connects to the same database as your web app.
Why do I need to connect an Expo account?
Why do I need to connect an Expo account?
Expo Go on iPhone requires matching accounts between the builder and your phone. You connect once per project. The account is free at expo.dev.
How do I handle different screen sizes?
How do I handle different screen sizes?
Anything generates responsive layouts that adapt to different devices.
Need help? Email us at hello@anything.com