reactnative unggah gambar 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';
GutoTrosla