openspacelabs / react-native-zoomable-view

A view component for react-native with pinch to zoom, tap to move and double tap to zoom capability.
MIT License
205 stars 57 forks source link

Fix ReactNativeZoomableViewProps export #65

Closed elliottkember closed 1 year ago

elliottkember commented 1 year ago

Fixes #22

From the issue:

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 the problem here has been that these imports were import and not import type. Updating this code causes those imports to be excluded from the module javascript and this should solve the issue.