import React from 'react'; import { Text, View } from 'react-native'; const YourApp = () => { return ( <View style={{ flex: 1, ...
確定! 回上一頁