itinance/react-native-fs

How to save blob or binary data

Open

#69 aberto em 11 de abr. de 2016

Ver no GitHub
 (16 comments) (16 reactions) (0 assignees)C# (919 forks)batch import
help wantedquestion

Métricas do repositório

Stars
 (4.629 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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); }); },

Guia do colaborador