Mobile App Testing
This guide covers how to test mobile applications built with React Native and Expo using Expo Go during development in ClackyAI.
💡 Multi-Platform Apps (Coming Soon): If your mobile app includes a web admin panel or management dashboard, you will be able to deploy it using ClackyAI’s Publish feature by clicking the “Publish” button in the top-right corner of the Thread page.
Testing with Expo Go (SDK 51)
Expo Go is the fastest way to test your mobile app during development without building a standalone app.
Download Expo Go App
Important: Make sure to download the SDK 51 compatible version.
Android
Download Expo Go v2.31.2 APK
- Hover to see QR code, or
download directly

After downloading, install the APK on your Android device or emulator.
iOS
- Note: Expo Go v51 is no longer available on the App Store
- You can install the SDK 51 compatible version of Expo Go on:
- iOS simulator
- Android device
- Android emulator
Test Your App
-
Start the development server in ClackyAI
- Run your project using the RUN button
- Make sure your project is running without errors
-
Scan the QR Code
- Your project should display a QR code in the webview
- Open Expo Go app on your device
- Use your phone’s camera or any QR code scanner app
- Scan the QR code displayed in your project console
-
View Live Updates
- Your app will load on the Expo Go app
- After updating your project code, you may need to fully close the Expo Go app and reopen it to see the latest changes
