react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

iOS is stuck in "Processing assets..." in development mode and not selecting all the images from gallery in release mode

Open rbl-simonamanu opened this issue 2 months ago • 0 comments

Hi, after upgrading to react-native 0.79.5 and to react-native-image-crop-picker 0.51.0, I'm facing some issues with the iOS gallery picker. If I try to select some images from the gallery, the app gets stuck in "Processing assets..." and doesn't seem to recover. In release mode, after selecting some images, only a few of them are selected and visible in the app.

On development, I tried to upload each image at a time, and at some point, an image failed with an error: "E_CANNOT_SAVE_IMAGE". These are my options:

multiple: true,
mediaType: 'photo',
forceJpg: true,
maxFiles: 15,
includeExif: true,
compressImageQuality: 0.8

I removed the compression and the forceJpg props, and the error persists.

Setup: "react-native-image-crop-picker": "0.51.0" "react-native": "0.79.5" new arch enabled

rbl-simonamanu avatar Oct 14 '25 13:10 rbl-simonamanu