gpt4 book ai didi

javascript - nativebase 中的大写按钮

转载 作者:行者123 更新时间:2023-11-29 19:03:24 26 4
gpt4 key购买 nike

我有一个带有 Facebook 图标的按钮

<Button iconLeft block > <Icon name='logo-facebook' /> <Text>Login with facebook</Text> </Button>

带有文本“使用 facebook 登录”但它显示“使用 FACEBOOK 登录”。我尝试使用 capitalize={false} 但没有希望。有什么办法吗?注意版本:2.2.1

最佳答案

您正在使用 Native Base正确的 ?也许你可以试试这个。

您可以更改此代码:

<Button iconLeft block > 
<Icon name='logo-facebook' />
<Text> {'Login with facebook'.toUpperCase()} </Text>
</Button>

为此:

<Button iconLeft block > 
<Icon name='logo-facebook' />
<Text uppercase={false}> {'Login with facebook'.toUpperCase()} </Text>
</Button>

仅使用 uppercase={false}在你的<text> tag,希望对你有帮助:)

关于javascript - nativebase 中的大写按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45048348/

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