Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

image-upload-example

Snap a photo or grab it from your camera roll, and upload it. See /backend for an example node service to handle the upload to S3 (Amazon AWS), and /frontend for the Expo app.

Frontend

cd image-upload-example
yarn install

OR

npm install

Then open the image-upload-example folder in XDE.

Backend

cd image-upload-example
npm install
npm start

Try it: https://expo.io/@community/image-upload-example