gpt4 book ai didi

reactjs - 更改 React Native 上的按钮字体大小

转载 作者:行者123 更新时间:2023-12-03 13:26:14 29 4
gpt4 key购买 nike

我正在尝试更改我的 React Native 应用程序上的按钮字体大小,但出现错误。有谁知道如何正确地做到这一点?谢谢。

最佳答案

您可以将react-native-elements与titleStyle Prop 一起使用。

import {Input, Button} from 'react-native-elements';

<Button
onPress={this.addPicture}
titleStyle={{
color: "white",
fontSize: 16,
}}
buttonStyle={{
backgroundColor: "white",
borderRadius: 60,
flex: 1,
height: 30,
width: 30,
}}

title="+"
/>

关于reactjs - 更改 React Native 上的按钮字体大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50065928/

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