Answers for "reactnative upload image axios 0.66"

1

reactnative upload image axios 0.66

// I managed to fix it without downgrading by adding this to the 
// beginning of the index file in the app:
import FormData from 'form-data';
(FormData as any).prototype[Symbol.toStringTag] = 'FormData';
Posted by: Guest on April-11-2022

Code answers related to "TypeScript"

Browse Popular Code Answers by Language