导入 import {Linking} from 'react-native'; 在点击方法里面执行 return Linking.openURL('tel:10010'); 目前在ios测试可用,安卓还未测试,使用方法非常简单