-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corrupted published package - export 'ReactNativeZoomableViewProps' was not found in './typings' #22
Comments
same here, version "^2.0.4" |
still no solution |
Same issue, fix mentioned here works! Created a patch in my project to move forward. Hope this gets fixed soon. |
The patch prevents a build issue on exports that don't exists in the published package. openspacelabs/react-native-zoomable-view#22
When will this be fixed? |
@ibovegar @mgroeneweg @antonkristiono @linojon Sorry for the delay. I've created #65 which I think will fix this by fixing the import syntax. Could you please try it and let me know? Side note – PRs are always welcome and the best way to help! |
We are using this package in Expo with react-native-web. There is no issue in native application, but web displays following warnings right after build and also in a browser console:
I think that problem is somewhere in a build process, where exports of interfaces were not removed from built .js files properly.
When I try to comment out the problematic exports in ./node_modules/@openspacelabs/react-native-zoomable-view/lib/module/index.js, the warnings will disappear.
The text was updated successfully, but these errors were encountered: