ammarahm-ed / react-native-gzip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

andresmejia3 opened this issue · 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!