import { View, ScrollView } from 'react-native'; import { Text } from '@/components/ui/text'; import { Button } from '@/components/ui/button'; import { Card, CardContent } from '@/components/ui/card'; import { Camera, FileText, ChevronRight } from '@/lib/icons'; const PRIMARY = '#ea580c'; export default function ScanScreen() { return ( Capture paper or digital invoices with your camera. We'll extract vendor, amount, date, and line items. Scan invoice Tap below to open camera and capture an invoice Recent scans Acme Corp - Invoice #101 Scanned Sep 12, 2022 · $1,240 Pending Tech Supplies Ltd - Invoice #88 Scanned Sep 11, 2022 · $890 Saved ); }