Preview on device
Run your OpenV2 app on a real iPhone or Android device.
Testing on a real device is the best way to validate touch interactions, performance, and layout on actual screen sizes.
Requirements
- Expo Go installed on your phone (iOS App Store / Google Play)
- A stable internet connection on both your computer and phone
Steps
- Open your project in the OpenV2 workbench
- Open the device preview or QR panel
- Scan the QR code with your phone camera (iOS) or Expo Go (Android)
- The app loads on your device — changes sync as you iterate
Troubleshooting
| Issue | Solution |
|---|---|
| QR code won't scan | Ensure you're logged in and the project preview is running |
| App shows a blank screen | Wait for the bundle to finish, then refresh in Expo Go |
| Changes don't appear | Pull down to refresh in Expo Go or rescan the QR code |
Limitations
- Expo Go supports most Expo SDK APIs but not every native module
- For store-ready builds with custom native code, use native builds (Native builds)
