-
Notifications
You must be signed in to change notification settings - Fork 582
iOS 14 Image not loading #438
Comments
Pretty sure there's an issue template in which you should list all the packages' versions and environment, but on the off-chance that you recently switched to building with xcode12+, don't run the latest version of react-native and none of the images display, regardless of whether shown in rn-image-viewer or displayed out of it, you might want to check this issue out: facebook/react-native#29990 |
Sorry for not using a template, wasn't given the option to do such. Here is the list of my packages:
I am indeed using the latest Xcode version, and RN 0.63 so not the latest one. That being said I am not sure if the issue link you gave is the cause of this issues, since all the other Images in my app work. But will have a deeper look into that issue once home. UPDATE: in the meantime it seems like I was able to make the Image appear by rendering them using a custom React Element with |
Modify node_ React native / libraries / image / rctuiimageviewanimals. M file in modules if(_currentFrame) { |
@hzw0407 we have to do this on every npm install, right!. any permanent solution? |
@Yandamuri You can look into using patch-package to apply manual changes to your node modules automatically during postinstall after every npm install. |
@bkensey Thank you for your suggestion |
Been using this project from some time in my Side Project, but I noticed recently that on the latest version of iOS 14 the images fail to load and you are left with a black screen, you can still swipe between images and close it with gestures, even save to gallery all works fine. But they just don't get displayed.
The text was updated successfully, but these errors were encountered: