react-native-image-crop-picker
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
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