Description
The React Native mobile app (mobile/src/App.tsx) scaffolds screens for onboarding, OTP login, and verification checks.
Problem
The OTP digit input and selfie/ID verification screens are currently mock implementations that do not communicate with the Express server verification endpoints (POST /api/verify/id and POST /api/verify/face).
Proposed Action Items
- Connect the mobile verification views to call the backend server verification API.
- Implement actual camera/image-picker integration to upload documents, upgrading user trust tiers in the active database.
Description
The React Native mobile app (
mobile/src/App.tsx) scaffolds screens for onboarding, OTP login, and verification checks.Problem
The OTP digit input and selfie/ID verification screens are currently mock implementations that do not communicate with the Express server verification endpoints (
POST /api/verify/idandPOST /api/verify/face).Proposed Action Items