我正在使用来自react-native-elements 的表单,并希望将输入文本居中。我试过了,alignSelf: 'center'
也flex: 1, justifyContent: 'center', alignItems: 'center'
没有任何运气。所有文本继续保持左对齐。
JFYI,我正在调整inputStyle
prop。
<FormInput
...
inputStyle={styles.formInputText}
/>
我正在使用来自react-native-elements 的表单,并希望将输入文本居中。我试过了,alignSelf: 'center'
也flex: 1, justifyContent: 'center', alignItems: 'center'
没有任何运气。所有文本继续保持左对齐。
JFYI,我正在调整inputStyle
prop。
<FormInput
...
inputStyle={styles.formInputText}
/>