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
- 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
- Run
yarn
ornpm install
- Run
expo start
, try it out.