Pod install not working after installing react-native-image-colors
Closed this issue · 3 comments
Bug
Hi guys, I tried adding this library to a project I am working on, but after installing tha package, when I try to run npx pod-install
I get this error
I already install the expo modules since I saw it was required, and if I unninstall the react-native-image-colors
pod install works that's why I guess the issue can be around here, or something conflicting with library but I don't get any insight from the error message
Also if I run the pod install command with verbose flag, I get somewhat more information but nothing I consider really useful, since the android manifest do not anything but <manifest>
tag
thanks beforehand
Environment info
Library | Version |
---|---|
react-native-image-colors | ^2.3.0 |
It's hard to know what's happening without the ability to reproduce the problem - could you share a repo with a fresh project reproducing the issue?
@osamaqarem yeah you are right, I did create a repo where this is happening you can find it here https://github.com/LandyCuadra/peliculasApp
could you share a repo with a fresh project reproducing the issue?
Thanks for the link - but I just noticed this project isn't fresh. Would you be able to reproduce it on a fresh React Native project?