React native 与react native中的其他应用共享位置

React native 与react native中的其他应用共享位置,react-native,React Native,是否可以与谷歌地图等其他应用程序共享经纬度位置 我知道如何共享文本,但位置是我的问题 Share.share({ message: 'message text body', title: 'title', url: 'http://site.ir' }) .then(this._showResult) .catch(err => console.log(err)) 有什么建议吗 你想从你的应用程序在自

是否可以与谷歌地图等其他应用程序共享经纬度位置

我知道如何共享文本,但位置是我的问题

Share.share({
        message: 'message text body',
        title: 'title',
        url: 'http://site.ir'
    })
        .then(this._showResult)
        .catch(err => console.log(err))

有什么建议吗

你想从你的应用程序在自定义位置打开谷歌地图吗?我需要的是两个位置之间的自定义方向