import { Tabs, router } from "expo-router"; import { Home, ScanLine, FileText, Wallet, Newspaper, Scan } from "@/lib/icons"; import { Platform, View, Pressable } from "react-native"; import { ShadowWrapper } from "@/components/ShadowWrapper"; const NAV_BG = "#ffffff"; const ACTIVE_TINT = "#ea580c"; const INACTIVE_TINT = "#94a3b8"; export default function TabsLayout() { return ( ( ), }} /> ( ), }} /> ( ), }} /> ( ), }} /> ( ), }} /> ); }