import { View, Text, TouchableOpacity } from 'react-native'; import { router } from 'expo-router'; export default function PaymentsScreen() { return ( Payments 💰 Record a Payment Collect payments from clients in the field router.push('/(app)/payments/record')} > Record Payment ); }