useState('Useless Text'); const [number, onChangeNumber] = React.useState(null); return ( <SafeAreaView> <TextInput style={styles.input} ...
確定! 回上一頁