Skip to content

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

@rbl-simonamanu

Description

@rbl-simonamanu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions