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