Skip to content

marceluphd/ImageUploadReactNative

 
 

Repository files navigation

ImageUploadReactNative

Image Upload Using React Native

Install Package using npm or yarn

yarn install

or

npm install

Then run

react-native run-ios //for ios
react-native run-android //for android

Node Server

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

Releases

No releases published

Packages

No packages published

Languages

  • Java 27.5%
  • Ruby 23.8%
  • JavaScript 21.4%
  • Objective-C 19.0%
  • Starlark 8.3%