Assets on my app won't load after moving to Xcode 12

Since Xcode 11 isn't allowed anymore to verify applications, we need to use Xcode 12. The problem is, I had an error when switching to Xcode 12, referenced here:

https://developer.apple.com/forums/thread/655438

I did the exact same fix that the suggested answer said, and it compiled, but in the application it looks like it's not loading images, not even the images I send through API responses. Any idea about this?

(I'm using React Native 0.62.2)

To clarify: This is not something related to a react-native assets link, because as I said, not even the images that come from an API are being loaded, so it's more like a rendering issue.

Assets on my app won't load after moving to Xcode 12
 
 
Q