aws-s3 icon indicating copy to clipboard operation
aws-s3 copied to clipboard

Can't find variable buffer

Open Srinivas2445 opened this issue 4 years ago • 7 comments

I am using react-s3 for react native project,Now facing issue while uploading image from android mobile..."Can't find variable Buffer"..

Srinivas2445 avatar Dec 31 '20 10:12 Srinivas2445

lol same

swandogg avatar Jun 28 '21 13:06 swandogg

SAME!

ianharoldonwater avatar Sep 17 '21 21:09 ianharoldonwater

Same here

william-brace avatar Dec 01 '21 02:12 william-brace

Same issue I am also getting

pankajbansal avatar Dec 16 '21 14:12 pankajbansal

Same here

MigelAngelEC avatar Dec 16 '21 18:12 MigelAngelEC

Same

vontell avatar Dec 16 '21 19:12 vontell

npm i buffer

Then import it at the top of your file like so:

window.Buffer = window.Buffer || require("buffer").Buffer;

uchikuch avatar Dec 23 '21 20:12 uchikuch