Create a mobile application
Cadrant lets you build native mobile applications in React Native with the same prompt-based workflow as web.
- Prompt-based generation: describe your screens and features in plain language.
- Preview in Cadrant and test on your phone with Expo Go.
- iOS App Store publishing from Cadrant (see the dedicated page).
Create a mobile project
- From your Cadrant workspace, create a new project.
- Select the « Mobile » tab (instead of « Web »).
- Describe your native mobile application in the prompt, just like a web project.
Preview on your phone with Expo Go
Before publishing, you can see the real rendering of your app on your phone. Expo Go lets you test:
- Navigation between screens.
- Forms and touch interactions.
- Real native rendering (not a browser simulation).
- Install the Expo Go app on your iPhone or Android device.

- Open your mobile project in Cadrant and go to the mobile preview panel.
- Click « Launch on mobile » to start the preview server.
- Scan the QR code with Expo Go (iOS: Camera app; Android: built-in scanner in Expo Go).
- Your app opens on your phone.
The Expo Go preview is ideal for testing navigation, forms and mobile UX before submitting your app to the stores.
Once your mobile application is ready, see the « Publish your mobile application on iOS » page in the documentation to build and upload it to App Store Connect.