Ayodele Segun Flexible
Ayodele Segun Flexible
even when my app is not running, corn is still updating my database how can I stop this
here is the code am using to upload file to my backend, and am responding json back from the backend like this res.json({status: true, message :"File Uploaded"}) `backgroundUpload( `${BASE_URL}/api/user/upload-media?id=${result.id}`, file.uri,...
am requesting if there is a way take advantage of the background upload, instead of upload passing fileUri, we can just pass in formData which we have append all data...
Please am using expo, how can I incorporate this with Expo latest version
I am working on creating an X-Chain address in a Node.js environment, specifically with Avalanche's X-Chain. The official documentation outlines how to do this using AvalancheGo APIs, but it doesn't...
I am working on creating an X-Chain address in a Node.js environment, specifically with Avalanche's X-Chain. The official documentation outlines how to do this using AvalancheGo APIs, but it doesn't...