help wantedquestion
仓库指标
- Star
- (4,629 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
response is a blob....
writeBlob(response){ return RNFS.writeFile(this.path + '/' + 'first.pdf', response, 'base64') .then((success) => { console.log('FILE WRITTEN!'); }) .catch((err) => { console.log(err.message); }); },