import { KeyboardAvoidingView } from 'react-native';
<KeyboardAvoidingView behavior="padding" style={styles.container}>
<View style={{flexDirection: 'row', marginTop: 60, alignSelf: 'center'}}>
<Text>已經有帳號了嗎?</Text>
<Text style={{fontSize: 15, color: 'blue'}} onPress={() => this.toLogin()}>登入</Text>
</View>
</KeyboardAvoidingView>