import { View, Text, TouchableOpacity, ScrollView } from 'react-native'; import { SafeAreaView } from 'react-native-safe-area-context'; import { router } from 'expo-router'; export default function CollectScreen() { return ( Collect Payments & remittances router.push('/(app)/payments/record')} activeOpacity={0.7} > 💳 Record Payment Cash, GCash, Maya, or bank › router.push('/(app)/remittances')} activeOpacity={0.7} > 📋 Remittances Submit & track daily collections › ); }