import { Text, View } from 'react-native'; export default function CardInfo() { return <View><Text>银行卡信息 (Pending)</Text></View>; }