【发布时间】:2018-11-28 20:18:16
【问题描述】:
【问题讨论】:
标签: ios cocoa react-native nsdatadetector
【问题讨论】:
标签: ios cocoa react-native nsdatadetector
我不认为 NSDataDetector 本身支持 RN atm。但是您可能会对几个库感兴趣。
我不确定我的回答能否解决您的问题。但我需要启用可点击的文本链接和电话号码。
反应原生 html 视图 - https://github.com/jsdf/react-native-htmlview.
这帮助我解决了我的问题。 也可以看看AutoLinker
【讨论】:
React Native 的 TextInput 组件有一个 dataDetectorProps 可以完全满足您的需求。
【讨论】:
UITextView supports the display of text using custom style information and also supports text editing. You typically use a text view to display multiple lines of text, such as when displaying the body of a large text document.。所以它不仅可以用于输入文本。理想情况下,您可以将其包装在另一个名称更好的组件中