Not sure if you ever ran into this issue before. Trying to add this to a new Expo 44 project. Everything seems to be working except when I try and actually run the unzip function on my custom development client I get this error.
Error: [TypeError: null is not an object (evaluating 'RNZipArchive.unzip')]
When configuring this did you do anything other than expo install react-native-zip-archive, publish your new development client, and then try and use the code?
Not sure if you ever ran into this issue before. Trying to add this to a new Expo 44 project. Everything seems to be working except when I try and actually run the unzip function on my custom development client I get this error.
Error: [TypeError: null is not an object (evaluating 'RNZipArchive.unzip')]When configuring this did you do anything other than expo install react-native-zip-archive, publish your new development client, and then try and use the code?