react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
[ERROR] Could not create a bookmark: NSError: Cocoa 4097 "connection to service named com.apple.FileProvider"
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,
})