如何在本机反应中使用星号?
How to use asterisk in react native?
如何设置标签为黑色和星号 (*) 为红色。
<FormLabel>{I18n.strings("account.nickname")}*</FormLabel>
默认标签变黑,我需要红色星号..
提前致谢<3
<FormLabel>{I18n.strings("account.nickname")}<Text style={{ color: 'red' }}>*</Text></FormLabel>
我觉得这很简单
<Text style={styles.titleContainer}>Head category<Text style={{color:'red', justifyContent:'center'}}>*</=Text> </Text>
如何设置标签为黑色和星号 (*) 为红色。
<FormLabel>{I18n.strings("account.nickname")}*</FormLabel>
默认标签变黑,我需要红色星号..
提前致谢<3
<FormLabel>{I18n.strings("account.nickname")}<Text style={{ color: 'red' }}>*</Text></FormLabel>
我觉得这很简单
<Text style={styles.titleContainer}>Head category<Text style={{color:'red', justifyContent:'center'}}>*</=Text> </Text>