candlefinance / faster-image

Fast image loading for React Native backed by performant native libraries.
https://candle.fi/discord
MIT License
479 stars 21 forks source link

Image not loading on android (only production vesrion) #20

Closed Monkhai closed 2 months ago

Monkhai commented 2 months ago

I have a specific issue. When I submit my app to google play store and internally test it, In a specific screen, my images are not loading. This screen is the first screen in my app. The images load perfectly on each other screen, and on that screen on ios and on the debug build on android. Worth noting I am working within the expo workflow but with a prebuild.

Not sure how this would be reproducible but I would love help debugging this so I don't have to use a different package.

gtokman commented 2 months ago

Have you tried adding some logs in production to the onError block?