gpt4 book ai didi

react-native - 从 native TextInput 中删除下划线

转载 作者:行者123 更新时间:2023-12-05 09:15:39 25 4
gpt4 key购买 nike

我想删除我的 native react 应用程序的 TextInput 的下划线。我尝试使用 borderBottomWidth,但没有用。我如何在 Android 和 IOS 上实现此目的。

最佳答案

其实很简单

iOS 中我们没有下划线。

对于 android 只需添加此属性

<TextInput underlineColorAndroid={'rgba(0,0,0,0)'}> </TextInput>

关于react-native - 从 native TextInput 中删除下划线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52070796/

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