import { Text, View } from 'react-native'; export default function RechargeRecord() { return <View><Text>充值记录 (Pending)</Text></View>; }