Image file upload from React Native ( Expo ) to Node server ( Express )
How can I upload an image file (png, jpeg etc.) from React Native using expo to a Node server using Express? I'm a beginner to mobile UI development and the Expo documentation didn't help much. I also tried using multer…