react-native-aws3
react-native-aws3 copied to clipboard
FormData and XMLHttpRequest are not defined
I am using this library to upload an image to an S3 bucket, but when I try to do a put request to the s3 bucket, I get errors in the library files:
in Request.js lines 148-149:
ReferenceError: XMLHttpRequest is not defined
ReferenceError: FormData is not defined