This is a minimal Expo React Native scaffold to test native camera scanning using expo-barcode-scanner.
Quick start
- Install Expo CLI (if not installed):
npm install -g expo-cli
# or use npx: npx expo- From the
mobile-expofolder install dependencies:
cd mobile-expo
npm install- Run app in Expo:
npm run startThen open the project in Expo Go (scan QR code) or run on an Android/iOS simulator.
Notes
- Scanning uses
expo-barcode-scannerand shows a native camera preview in the Expo app. - This is a minimal scaffold: integrate logic from the web app as needed (synchronizing attendee lists, persistence, navigation).