我想在我的react-native应用程序中使用舍入的TextInput,但是当我设置它的borderRadius属性时,它不起作用。建议我这样做的方法。
<TextInput placeholder="Email" style={styles.textInput} />
textInput:{
borderColor:'black',
backgroundColor:'#D3D3D3',
width:300,
borderWidth: 1,
borderStyle: 'solid',
fontSize:15,
borderRadius: 25,
}
5条答案
按热度按时间ki0zmccv1#
在具有borderRadius的TextInput上尝试
overflow:"hidden"
。ikfrs5lh2#
在
TextInput
的父项View
上应用边框wa7juj8i3#
应用以下代码:
2ul0zpep4#
〈文本输入主题={{圆度:20 //试试这个}} /〉
zpjtge225#
在react原生纸质文档的最新版本中,他们提到需要使用outlineStyle来设置边框颜色和边框半径