超文本辅助工具 react-native-hyperlink

这是一个android的Link的组件,会根据你的url来打开执行。比如email,网站等,还可以拦截一些url。

yarn add react-native-hyperlink`

内部只能是Text哦。

1
<Hyper  linkStyle={ { color: '#2980b9', fontSize: 20 } }  linkDefault={ true }><Text style={styles.about_view_text}> http://poi.qiuguodj.cn</Text></Hyper>