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

[ERROR] Could not create a bookmark: NSError: Cocoa 4097 "connection to service named com.apple.FileProvider"

Open SirCameron opened this issue 8 months ago • 1 comments

When using this on IOS, I get the above error..

Example code:

const croppedImage = await ImageCropper.openCropper({
            path: 'path to image',
            mediaType: 'photo',
            width: options.resize?.width || 1600,
            height: options.resize?.height || 1600,
            cropping: true,
            showCropFrame: true,
})

SirCameron avatar Mar 30 '25 15:03 SirCameron