/image-upload-example

Demonstration of how to upload images from the ImagePicker, using a node backend to upload to S3

Primary LanguageJavaScript

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