msand / zoomable-svg

Pinch to pan-n-zoom react-native-svg components using a render prop.
38 stars 14 forks source link

missing dependencies for react-native? #11

Open whiskeyseven opened 5 years ago

whiskeyseven commented 5 years ago

I've implemented zoomable-svg in a react native project, but compilation fails due to missing react-native-web and react-dom dependencies.

i see the platform check at the top of index.js, but it doesn't seem to be working correctly?

I'm using RN 0.59.9

592da commented 4 years ago

expirencing same issue. react-native, 0.60.5

592da commented 4 years ago

confirming that after I Installed those missing dependencies react-dom & react-native-web the lib works.