agarrec-vivlio / react-native-zip-stream

React Native module for streaming files from ZIP archives.
MIT License
10 stars 1 forks source link

Unable to get started using Expo #6

Open andrew-c0 opened 1 day ago

andrew-c0 commented 1 day ago

Hello, I've tried using the library, but I'm unable to use it using Expo. I've made all steps, but it can't properly find the plugin part and I can't create a prebuild for it. The error is presented below:

Failed to resolve plugin for module "./node_modules/react-native-zip-stream/react-native-zip-stream/plugin" relative to "{project}"

Any help is appreciated.

chakrihacker commented 1 day ago

Duplicate of #5 @andrew-c0 I think @agarrec-vivlio missed adding plugin.js to the dist bundle.

andrew-c0 commented 1 day ago

I think that might be the actual issue, I haven't found anything else pointing to the lib being loaded as a plugin thorugh its files.