itinance/react-native-fs

How to save blob or binary data

Open

#69 ouverte le 11 avr. 2016

Voir sur GitHub
 (16 commentaires) (16 réactions) (0 assignés)C# (4 629 stars) (919 forks)batch import
help wantedquestion

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); }); },

Guide contributeur