Expo Image Picker - Cropping as Circle

Please provide the following:

  1. SDK Version: 35.0.0
  2. Platforms(Android/iOS/web/all): Android and iOS

Is it posible to use this Image picker cropper with a circle instead of a square?

let result = await ImagePicker.launchImageLibraryAsync({
    mediaTypes: ImagePicker.MediaTypeOptions.All,
    allowsEditing: true,
    aspect: [1, 1],
    quality: 0.5,
    base64: 
});

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.