In react-native-share on ios we need to know why share options pop up screens getting dismissed immediately?

前端 未结 0 1500
北恋
北恋 2020-12-03 21:37
composeEmail = async () => {
        const file = await this.downloadCsv();
        const res = await RNFetchBlob.fs.exists(file.path);
        if (res) {
                


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题