benjreinhart / react-native-aws3

Pure JavaScript React Native library for uploading to AWS S3
MIT License
399 stars 151 forks source link

Possible Unhandled Promise Rejection #29

Closed emilhm closed 7 years ago

emilhm commented 7 years ago

Hi, I'm getting the following error when trying to upload an image:

captura de pantalla 2017-02-20 a las 4 21 45 p m

and this is my code:

captura de pantalla 2017-02-20 a las 4 34 01 p m

emilhm commented 7 years ago

i fixed this error adding the catch statement

captura de pantalla 2017-02-21 a las 10 06 29 a m

saikiranoptisol commented 5 years ago

@emilhm how didi you fix this issue. For me its happening the same

emilhm commented 5 years ago

I just added a catch statement to the promise. Can you put a screenshot of your code? @saikiranoptisol

saikiranoptisol commented 5 years ago

@emilhm I thought its workign fine after keeping catch but now its again coming some how