How to add a option to set as Whatsaap profile photo from react-native app?

前端 未结 0 1336
刺人心
刺人心 2021-01-25 19:40

share = async() => { const shareOptions = { message: message, url: uri, }; try { await Share.open(shareOptions); } catch (e) { console.log(e); } }

currently using this

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