import { View, Text, ScrollView, Image, Pressable, ImageBackground } from 'react-native'; import React from 'react'; import { SafeAreaView } from 'react-native-safe-area-context'; import Svg, { Path } from 'react-native-svg'; const CrossLogoSvg = () => ( ); const WalletPageComponent = () => { const image = { uri: 'https://legacy.reactjs.org/logo-og.png' }; return ( 錢包 餘額 (HKD) $2711.8 console.log('增值')} > + 增值 更多錢包資訊 優惠券 console.log('顯示所有')}> 顯示所有 ); }; export default WalletPageComponent;