Getting Memory Error When try to upload large file with react-native-fs in react native Expo
The primary reason was that I wanted to upload in chunks, so I read the file and divided it into chunks.
The primary reason was that I wanted to upload in chunks, so I read the file and divided it into chunks.