help wantedquestion
Repository metrics
- Stars
- (4,629 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
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); }); },