react-native-zip-archive
react-native-zip-archive copied to clipboard
Feature Request: basic flowjs type support
I'm getting flow errors when calling zip() and unzip() and expecting/asserting a Promise<*> type as the return value. currently it looks like the library specifies any as the return type (i.e. no types returned in this case).
Sure, would have some time to improve this. You're also welcome to fire a PR to help this out.