react-navigation.github.io icon indicating copy to clipboard operation
react-navigation.github.io copied to clipboard

React-native physical iOS devices not showing images

Open Adil7767 opened this issue 2 years ago • 0 comments

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"

Adil7767 avatar Oct 10 '23 09:10 Adil7767