alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
816 stars 434 forks source link

Publish latest to NPM #159

Open willmcclellan opened 6 years ago

willmcclellan commented 6 years ago

It looks like the latest code on the repo and npm are out of sync, with the repo having some important fixes for react-native 50+.

Any chance it can be published?

damrem commented 5 years ago

@alwx Please?

alekseykarpenko commented 5 years ago

@willmcclellan @alwx For those who will land here. I also had some issues with current NPM version and RN 0.55+, came up with temporary solution to checkout this library from github (latest commit) instead of npm:

"dependencies": {
    "react-native-photo-view": "https://github.com/alwx/react-native-photo-view.git#e28f5416574cbfa07b2d4fa862c0048df56f7b02",
}