All Projects → expo → Image Upload Example

expo / Image Upload Example

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Image Upload Example

Expo Chroma Key Camera
Live green-screen effect with Expo and THREE.js
Stars: ✭ 28 (-86.92%)
Mutual labels:  example, expo
react-native-appsync-s3
React Native app for image uploads to S3 and storing their records in Amazon DynamoDB using AWS Amplify and AppSync SDK
Stars: ✭ 18 (-91.59%)
Mutual labels:  s3, expo
Expo Three Demo
🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
Stars: ✭ 76 (-64.49%)
Mutual labels:  example, expo
Firebase Instagram
📸 Instagram clone with Firebase Cloud Firestore, Expo, and React Native 😁😍
Stars: ✭ 389 (+81.78%)
Mutual labels:  example, expo
Kotlin Playground
Kotlin practice
Stars: ✭ 111 (-48.13%)
Mutual labels:  example, image-picker
Walrus
🔥 Fast, Secure and Reliable System Backup, Set up in Minutes.
Stars: ✭ 197 (-7.94%)
Mutual labels:  s3
Express Example
A proposal for the usage of Sequelize within an Express.JS application.
Stars: ✭ 2,368 (+1006.54%)
Mutual labels:  example
Expo Native Firebase
🔥 Native Firebase Expo App (iOS, Android) Demo for Firestore, Notifications, Analytics, Storage, Messaging, Database 🚨
Stars: ✭ 197 (-7.94%)
Mutual labels:  expo
Drone Cache
A Drone plugin for caching current workspace files between builds to reduce your build times
Stars: ✭ 194 (-9.35%)
Mutual labels:  s3
Margarita
[not actively maintained] Mobile and Web application implementing Kiwi.com Tequila API
Stars: ✭ 213 (-0.47%)
Mutual labels:  expo
Trixi
Manage your machine learning experiments with trixi - modular, reproducible, high fashion. An experiment infrastructure optimized for PyTorch, but flexible enough to work for your framework and your tastes.
Stars: ✭ 211 (-1.4%)
Mutual labels:  example
Rn Wunderlist
Wunderlist Clone written in React Native
Stars: ✭ 201 (-6.07%)
Mutual labels:  expo
A Good Readme Template
A template to make good README.md
Stars: ✭ 196 (-8.41%)
Mutual labels:  example
Expo
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.
Stars: ✭ 15,550 (+7166.36%)
Mutual labels:  expo
Ios Nbuimagepicker
Modular image picker with Simulator-compatible AVFondation camera, assets library, filters and more.
Stars: ✭ 196 (-8.41%)
Mutual labels:  image-picker
Weex Vue Examples
Examples of using Weex and Vue.js
Stars: ✭ 211 (-1.4%)
Mutual labels:  example
Play Scala Websocket Example
Example Play Scala application showing WebSocket use with Akka actors
Stars: ✭ 194 (-9.35%)
Mutual labels:  example
Expo Firebase Starter
🔥⚛️📱 Expo + Firebase Starter Kit
Stars: ✭ 199 (-7.01%)
Mutual labels:  expo
Go Getting Started
Getting Started with Go on Heroku https://devcenter.heroku.com/articles/getting-started-with-go
Stars: ✭ 210 (-1.87%)
Mutual labels:  example
Learning Cmake
learning cmake
Stars: ✭ 2,524 (+1079.44%)
Mutual labels:  example

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].