react-navigation / react-navigation.github.io

Home of the documentation and other miscellanea
https://reactnavigation.org/
MIT License
316 stars 1.9k forks source link

React-native physical iOS devices not showing images #1280

Open Adil7767 opened 1 year ago

Adil7767 commented 1 year ago

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"