alwx / react-native-photo-view

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

Hei man,the last version of v1.5.2 lose the react-native-photo-view.podspec file #182

Open Goku-xun opened 5 years ago

Goku-xun commented 5 years ago

the version v1.5.2 don't contain react-native-photo-view.podspec file,so we can't use it anymore,could you add it?

aMarCruz commented 5 years ago

try react-native-photo-view-ex

Goku-xun commented 5 years ago

ok,thank you。

MacKentoch commented 4 years ago

Yes seems like podspec disappeared when published to npm 🤷‍♂️. This makes it not compatible with autolinking from RN 0.6+

BUT there is a another SIMPLE solution in case you prefer sticking this one (like me to avoid breaking changes in my app), just install it from master:

yarn add react-native-photo-view@https://github.com/alwx/react-native-photo-view

Then if react-native 0.6x + just:

pod install
ttkien commented 4 years ago

Please approve my PR to solve the problem https://github.com/alwx/react-native-photo-view/pull/195