gpt4 book ai didi

css - TextInput 转到页面中间

转载 作者:太空宇宙 更新时间:2023-11-04 07:09:40 27 4
gpt4 key购买 nike

我的 app.js 中有一个 TextInput ,但它位于页面中间,但我希望它位于页面顶部,我的意思是就在通知栏下方,请问我该怎么做

 <View style={BackStyles.container}>
<TextInput
underlineColorAndroid={'transparent'} style={BackStyles.textBox}
/></View>

const BackStyles = StyleSheet.create({
container: {
flexDirection: 'row',
alignItems: 'center',
alignSelf: 'stretch',
flex: 1,
backgroundColor: '#E2E2E2',
marginTop: 20,
},
textBox: {
height: 36,
padding: 4,
marginRight: 5,
flexGrow: 1,
fontSize: 18,
color: '#48BBEC',
backgroundColor: '#fff'
}
});

最佳答案

尝试将 alignItems: 'center' 替换为 alignItems: 'flex-start'

关于css - TextInput 转到页面中间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51280826/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com