I have installed this package in my react-native application but after the installation succeeded, the images on iOS stopped working.
Before the installation of that package, my Image component was working perfectly in both platforms (iOS and Android).
I guess is something related to the packages/pods that take care of images in XCode, but I have tried some stuff that didn't work
On Android, they are working fine.
What I have done to solve the problem but didn't work:
I have Deleted pods, cleaned the project, and reinstalled pods with "pod install"
I have installed this package in my react-native application but after the installation succeeded, the images on iOS stopped working.
Before the installation of that package, my Image component was working perfectly in both platforms (iOS and Android).
I guess is something related to the packages/pods that take care of images in XCode, but I have tried some stuff that didn't work On Android, they are working fine. What I have done to solve the problem but didn't work: I have Deleted pods, cleaned the project, and reinstalled pods with "pod install"