react-native-fast-image icon indicating copy to clipboard operation
react-native-fast-image copied to clipboard

App crashes when loading high resolution image.

Open suguspnk opened this issue 11 months ago • 1 comments

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

  • React Native version: 0.70.6
  • React version: 18.1.0
  • React Native Fast Image version: 8.6.3

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.

suguspnk avatar Mar 18 '24 00:03 suguspnk

Yes am also facing the same issue.

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

taj567 avatar Apr 02 '24 12:04 taj567