react-native-gzip icon indicating copy to clipboard operation
react-native-gzip copied to clipboard

Can you add `inflateFile()` and `deflateFile()`

Open andresmejia3 opened this issue 2 years ago • 0 comments

Hi there! Thanks for the awesome library! Do you think you can add:

inflateFile(source, destination) and deflateFile(source, destination)

where source and destination are file paths. That way we don't have to move data across the RN bridge and we can keep it all on the native side for a performance boost. I think it would make a great addition to the library!

andresmejia3 avatar Sep 20 '23 01:09 andresmejia3