Skip to content

ykbryan/expo-example-aws-storage-upload

Repository files navigation

AWS Amplify with Storage Example

This example demonstrates how to use the AWS Amplify to provision and use the APIs to capture image with Expo and, upload and download images with S3.

Check out the AWS Amplify docs.

Try it at https://exp.host/@ykbryan/aws-storage-upload

How to use

Setup AWS account

  • Create a new AWS account
  • Run npm install -g @aws-amplify/cli to install Amplify CLI
  • Run amplify init to initilise a new Amplify project
  • Run amplify push to deploy the Storage and Auth resources in AWS

Running the app

  • Run yarn or npm install
  • Run expo start, try it out.