Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 338 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 338 Bytes

react-native-linking-wrap

对 react-native 里面的一些邮件,电话等超链接协议的封装

用法

  • LinkingWrap.phonecall(personInfo.phone, true) 电话
  • LinkingWrap.email(personInfo.phone, true) 邮件
  • LinkingWrap.text(personInfo.phone, true) 发送短信
  • LinkingWrap.web(personInfo.phone, true) 超链接