-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Podspec file not beings installed causing issues on iOS #198
Comments
Maybe your pod is pointing to the wrong directory. |
Confirming this is an issue I have as well. |
@yogeverez I had already changed it when I reported the issue, still didn't solve it. I ended up removing the react-native-photo-view module from my project because, even after having the podspec file and being able to run it, I ran into some issues related to this module when trying to bundle the android package. |
Same issue here. Seems this lib doesn't support autolinking. Switched to this similar library which seems to work: https://github.com/trabricks-react/react-native-photo-zoom |
The podspec file, merged recently (#149), is not being installed through the default installation steps, causing an issue on
react-native run-ios
I had to put the repository URL in
package.json
as a temporary fix so I could get the podspec file inside the package folder and be able to run the project:"react-native-photo-view": "https://github.com/alwx/react-native-photo-view"
I don't know how to solve it but I'd like to know when this is fixed so I could remove the URL from my
package.json
file. Thanks!The text was updated successfully, but these errors were encountered: