【发布时间】:2017-07-15 19:24:03
【问题描述】:
在上图中,搜索框的一半被截断,我如何使搜索框适合视图。搜索框在一个视图内,而“主页写入”下方的区域在另一个视图内。
我也不想要搜索框的大透明边框。如何去掉透明区域?
<View style={styles.screenHeaderContainerBelow}>
<SearchBar
lightTheme
containerStyle={{flex:1, height:undefined}}
onChangeText={() => {}}
placeholder='Type Here...' />
</View>
</View>
【问题讨论】:
标签: css react-native react-native-android react-native-ios