📱 How to Test the Mobile App
Option 1: Use Expo Go App (Recommended)
- Install "Expo Go" from the App Store (iOS) or Google Play (Android)
- Run the development server:
cd apps/mobile && npx expo start
- Scan the QR code with Expo Go app
- The app will load on your device
Option 2: iOS Simulator
- Install Xcode from the Mac App Store
- Run:
npx expo start --ios
- The iOS simulator will open automatically
Option 3: Android Emulator
- Install Android Studio
- Set up an Android Virtual Device (AVD)
- Run:
npx expo start --android
- The Android emulator will open automatically
QR Code will appear here
when you run the dev server
🎯 Features to Test:
- Navigate through the demo features
- Try the LiDAR scan simulation
- Test the 3D viewer with touch gestures
- Fill out inspection forms with photos
- Use the GPS-verified timesheet entry
- Test offline functionality