/* Me2You - Driver App: Job Board, Active Delivery, Earnings, Ratings */ /* global React, Icon, StatusTag, Price, panelStyle, btnPrimary, btnGhost, btnDanger, btnSmall, DRIVER_JOBS */ const { useState } = React; function DriverApp({ onBack }) { const [tab, setTab] = useState('jobs'); const [onDuty, setOnDuty] = useState(false); const [accepted, setAccepted] = useState(null); const tabs = [ { key:'jobs', label:'Jobs', icon:'package' }, { key:'active', label:'Active', icon:'navigation' }, { key:'earnings', label:'Earnings', icon:'wallet' }, { key:'ratings', label:'Ratings', icon:'star' }, { key:'settings', label:'Me', icon:'user-round' }, ]; return (
Toggle On duty to start receiving jobs in your service area.
{available.length} jobs near you
{available.map(j => (Accept a job from the board to get started.
{r.comment}
}