TukTuk · Vilanculos
Rider app shell
This is the v2 rider app scaffold. Session 2 owns this directory.
Start with the screen map in docs/v2-architecture.md.
Contract imports ready
import { quoteFare, type Ride } from '@tuktuk/contracts';
import { requestRide, createPaymentIntent } from '@tuktuk/supabase/rpc';
import { useActiveRide } from '@tuktuk/supabase/realtime-react';