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!
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
React Native Chunk Upload is a library that enables chunked and resumable file uploads in React Native applications. It's designed for developers building React Native apps who need to upload large files reliably, even with unstable network connections, by automatically splitting files into smaller chunks and only re-uploading failed pieces.