help wantedquestion
仓库指标
- 星标
- (5,043 个星标)
- PR 合并指标
- (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); }); },