You should use the inputText props to align text to center as below
textAlign={'center'}
And it will look like
<TextInput style={styles.input} textAlign={'center'} placeholder="Your Account" />
You should use the inputText props to align text to center as below
textAlign={'center'}
And it will look like
<TextInput style={styles.input} textAlign={'center'} placeholder="Your Account" />