React native – Consuming FormData in Express Typescript
I am attempting to send FormData from my React-Native application to my Express (everything in typescript) backend. However, nothing I have attempted has seemed to work. Client Side: const handlePickImage = async () => { try { const result =…