Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/expo/image-upload-example

Demonstration of how to upload images from the ImagePicker, using a node backend to upload to S3
https://github.com/expo/image-upload-example

example expo image-picker react-native s3

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

``` sh
cd image-upload-example
yarn install

OR

npm install
```

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

### Backend

``` sh
cd image-upload-example
npm install
npm start
```

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