DylanVann / react-native-fast-image

🚩 FastImage, performant React Native image component.
MIT License
8.09k stars 1.47k forks source link

App crashes when loading high resolution image. #1033

Open suguspnk opened 3 months ago

suguspnk commented 3 months ago

Describe the bug The app crashes due to FastImage not being able to render very high-resolution images.

To Reproduce Steps to reproduce the behavior if possible, or a link to a reproduction repo:

  1. Download or create an image with high resolution like 1000x30000 px.
  2. Load the image to a FastImage component. You can wrap it in a ScrollView if you needed.

Expected behavior It should be able to load the image.

Screenshots If applicable, add screenshots to help explain your problem.

Dependency versions

Note: if these are not the latest versions of each I recommend updating as extra effort will not be taken to be backwards compatible, and updating might resolving your issue.

taj567 commented 3 months ago

Yes am also facing the same issue.

in iphone 13 mini it is getting crash and in ipad & 14 devices working fine