Mobile apps
Cadrant lets you build React Native mobile applications with the same prompt-based workflow as web. Once your app is ready, you can publish it on the App Store (iOS) or Google Play Store (Android).
Create a mobile project
- From your Cadrant workspace, create a new project.
- Select the « Mobile » tab (instead of « Web »).
- Describe your app 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:
- 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 — you see the real native rendering, not just a browser simulation.
The Expo Go preview is ideal for testing navigation, forms and mobile UX before submitting your app to the stores.
Publish to the stores
When you're happy with the result, export your React Native project and follow Apple and Google's publishing guides to submit your app to the App Store and Google Play Store.