aws-s3
aws-s3 copied to clipboard
Can't find variable buffer
I am using react-s3 for react native project,Now facing issue while uploading image from android mobile..."Can't find variable Buffer"..
lol same
SAME!
Same here
Same issue I am also getting
Same here
Same
npm i buffer
Then import it at the top of your file like so:
window.Buffer = window.Buffer || require("buffer").Buffer;