答案 0 :(得分:1)
I don't think that NSDataDetector themselves support RN atm. But there are couple of libraries that you might be interested in.
I am not sure my answer will solve your scenario. But I had a requirement of needing to enable text links clickable and phone numbers as well.
react native html view - https://github.com/jsdf/react-native-htmlview。
这帮助我解决了我的情况。 另请查看AutoLinker
答案 1 :(得分:0)
React Native的TextInput组件有一个dataDetectorProps,可以完全按照您的意愿执行。