Image Upload Using React Native
yarn install
or
npm install
Then run
react-native run-ios //for ios
react-native run-android //for android
cd image-upload-server
node index.js
your server is running on http://localhost:3000/
and you can upload image on this API URL http://localhost:3000/api/upload