DuDigital / 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
243 stars 113 forks source link

Invalid dependency '@dudigital/react-native-zoomable-view/src/ReactNativeZoomableView' (name can only contain URL-friendly characters) #48

Closed mcsalinda closed 3 years ago

mcsalinda commented 4 years ago

Hi, Please check the above issue. It seems the name is invalid as per the error code. https://snack.expo.io/SkltQtr8Q

SimonErich commented 3 years ago

@mcsalinda you are using a wrong package name in package.json. If you follow the instructions in readme, you get the following package.json:

{
  "dependencies": {
    "react-native-elements": "0.19.1",
    "@dudigital/react-native-zoomable-view": "1.0.7"
  }
}