Run the following commands in a Command Prompt or shell:
npm install -g react-native-cli
npm i react-native-aws3 (Connection to S3)
So far, the application permits the user to choose an image and upload it. Once the user chooses the image, it sends the image to the Amazon S3 bucket and retrieves the target URL.
Implementation of CustomVision has been commented and will be done in a few hours. Meanwhile, work on using the image stored in the S3 bucket.
USE THE BRANCH 'CHILD' WHEN CLONING THE REPOSITORY