import*asWeChatfrom'react-native-wechat';importfsfrom'react-native-fs';letresolveAssetSource=require('resolveAssetSource');// Code example to share text message:try{letresult=awaitWeChat.shareToTimeline({type:'text',description:'hello, wechat'});console.log('share text message to time line ...