THOMAS RIDENOUR

Results 4 issues of THOMAS RIDENOUR

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

help wanted
question

It works on a real device but not on the simulator for Xcode 12.xx

Using RN 17. Below is the code. var obj = { uploadUrl: 'http://makeuroffer.s3.amazonaws.com', method: 'POST', // default 'POST',support 'POST' and 'PUT' headers: { //'contentType': 'image/jpeg', 'Accept': 'application/json', }, fields: {...

error: An organization slug is required (provide with --org)