Huy Tran

Results 7 issues of Huy Tran

Non-fatal JS-errors are all grouped together when using logException meaning that its not possible to actually see all the different logs that has been done. Everything is grouped under: `Non-fatal...

Android

Hello! Im currently scavaging around trying to look for an aws react-native lib. I've already checked out the `react-native-s3` and `react-native-aws3`. My question is if this library supports **background upload/download**...

Hello! Im currently working on a `react-native` app and Im trying to integrate stacktrace.js with crashlytics that sends error messages from the phone to a service that enables me to...

a:question

#I've noticed a problem with javascript located in the `transferUtility.subscribe` doesnt run while in the background. My current code is the following: ``` transferUtility.subscribe(id, (err: Error, task: TaskObject) => {...

Im currently using this library in conjuction with `react-native-image-picker`. When choosing a `video` on android phones, the **uri** given is of the format `content://com.google.android.apps.photos.contentprovider/-1/2/content%3A%2F%2Fmedia%2Fexternal%2Ffile%2F1061/ORIGINAL/NONE/1578050655`. react-native-s3 then throws an error of...

Ive noticed that when letting the upload work in the background, the taskstate may turn into "Complete" many times. Is this intentional?

Hello Everyone! Im here to ask if it is possible to silence warnings written in the terminal when running the task? I am currently using tslint through vscode and would...