首页 > 解决方案 > 是否可以将背景颜色设置为 Card 元素标题(react-native-elements)?

问题描述

我需要有关 react-native-elements Card element title background color 的帮助。我尝试使用此代码,但没有运气。

<Card titleStyle={[styles.thinkMinTextTitle , robotoWeights.light]} title='Think a minute!'></Card>

这是我的样式代码

const styles = StyleSheet.create({ thinkMinTextTitle:{ backgroundColor:'#32cb00' }});

谢谢

标签: androidreact-native

解决方案


推荐阅读