import React from 'react'; import {StyleSheet, Text, View} from 'react-native'; const App = () => { return ( <View> <Text style={styles.title}> ...
確定! 回上一頁