Android React-Native - 文本textDecorationLine样式不起作用

时间:2015-12-19 17:22:06

标签: android react-native

对于Android平台,无论如何要装饰<文字>,例如,我希望能够添加边框样式(例如在< Image>中)或至少能够在触摸下加下划线。 尝试下面的代码,它没有工作

style={{textDecorationLine: 'underline', textDecorationStyle: 'dotted', textDecorationColor: 'blue'}}>

看起来正在跟踪https://github.com/facebook/react-native/pull/3819

寻找装饰<Text>的方法,直到修复为止。

谢谢!

0 个答案:

没有答案