react-native-share-local icon indicating copy to clipboard operation
react-native-share-local copied to clipboard

ios真机或者模拟器调用分享报错如下

Open asasugar opened this issue 5 years ago • 1 comments

sharePictures({
          imagesUrl: ['https://statics.seatent.com/statics/99cea281725792cfefc2737e7f5ecb3d/attachment/upload/image/20181214/54e5b1acd78a41b5acaf77daece2a4d1.jpg'],
          callback: (error) => {
            if (!error) {
              alert('这是回调方法');
            }
          }
        });

image

asasugar avatar Nov 20 '19 08:11 asasugar

@kmlidc

asasugar avatar Nov 20 '19 08:11 asasugar