react-native-fast-image
react-native-fast-image copied to clipboard
App crashes when loading high resolution image.
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:
- Download or create an image with high resolution like 1000x30000 px.
- 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.
Yes am also facing the same issue.
in iphone 13 mini it is getting crash and in ipad & 14 devices working fine