Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/expo/image-upload-example
- Owner: expo
- Created: 2016-12-11T02:49:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T08:00:54.000Z (11 months ago)
- Last Synced: 2024-05-19T04:53:42.367Z (6 months ago)
- Topics: example, expo, image-picker, react-native, s3
- Language: JavaScript
- Size: 179 KB
- Stars: 231
- Watchers: 7
- Forks: 89
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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 installOR
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