react-native-tus-client icon indicating copy to clipboard operation
react-native-tus-client copied to clipboard

React Native client for the tus resumable upload protocol.

Results 8 react-native-tus-client issues
Sort by recently updated
recently updated
newest added

getting this error when upload starts processing.. ![IMG_DEFDCEBE9EFB-1](https://user-images.githubusercontent.com/35322132/135286030-3555b4c4-fa2e-4e70-acc7-effd12c54b13.jpeg)

TusAndroidUpload automatically parse "content://" URIs

'TUSKit.h' file not found

As jCenter is shutting down so adding mavenCentral() so that gradle builds fail

Scenario: -> Uploaded a file 200+mb -> on 16%, Internet disconnected and app killed from background -> Once restarted app, its again uploading from 0% . basically its not resuming...

App will cashed during uploading in IOS ![Simulator Screen Shot - iPhone 11 - 2020-02-14 at 14 24 00](https://user-images.githubusercontent.com/46706064/74518652-06da0080-4f36-11ea-8787-50e17c14140d.png)

Hello, how can i reupload previous finished file ?, it always error except I reinstall my application Thanks

I'm having issues with the Simulator where file uploads just don't work. Meanwhile production builds are able to upload files no problem. Ideally, I can upload files locally to do...