The Wayback Machine - https://web.archive.org/web/20210723120520/https://github.com/topics/chunked-uploads
Skip to content
#

chunked-uploads

Here are 30 public repositories matching this topic...

react-uploady
ricardopacheco
ricardopacheco commented May 26, 2021

Describe the bug
Event onPress is not trigged!

To Reproduce
Steps to reproduce the behavior:

  1. Create a react native app by cli;
  2. Follow the official uploady documentation;
  3. Click on Button
  4. See error (in this case, not trigged the event);

Expected behavior
Expect when press on onPress is trigged evebt!

Versions
@rpldy/native-uploady 0.12.0
react 17.0.1
re

A package to bring Chunked File Upload / Resumable File Upload into React Native. Split a large file into multiple smaller pieces then upload them without worrying about network disconnection, even if it happens React Native Chunk Upload will only upload the failed chunk not the whole file!
  • Updated Jul 21, 2021
  • JavaScript

Improve this page

Add a description, image, and links to the chunked-uploads topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chunked-uploads topic, visit your repo's landing page and select "manage topics."

Learn more