itinance/react-native-fs

How to save blob or binary data

Open

#69 opened on Apr 11, 2016

View on GitHub
 (16 comments) (16 reactions) (0 assignees)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); }); },

Contributor guide