alpha0010 / react-native-file-access

Filesystem access for React Native
MIT License
308 stars 22 forks source link

feat: allow reading chunks from files #83

Closed flogy closed 5 months ago

flogy commented 5 months ago

Allow reading chunks from files, starting with the byte at offset index, reading for length bytes.

Like this it is possible to e.g. upload file chunks to a server.

This change will also allow people who are still using react-native-fs only because of this feature, to migrate to react-native-file-access.

flogy commented 5 months ago

Hi @alpha0010

Thanks for your review! Fixed the linting issues now too :)