对于Android平台,无论如何要装饰<文字>,例如,我希望能够添加边框样式(例如在< Image>中)或至少能够在触摸下加下划线。 尝试下面的代码,它没有工作
style={{textDecorationLine: 'underline', textDecorationStyle: 'dotted', textDecorationColor: 'blue'}}>
看起来正在跟踪https://github.com/facebook/react-native/pull/3819
寻找装饰<Text>
的方法,直到修复为止。
谢谢!