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

โ—๐Ÿšจ Crash on iOS 26.1 when calling openCamera() ๐Ÿšจ โ—

Open saiDev1999 opened this issue 1 month ago โ€ข 5 comments

โ— Crash on iOS 26.1 when calling openCamera() using react-native-image-crop-picker

๐Ÿงพ Description

The app crashes immediately on iOS 26.1 (public release) when invoking ImagePicker.openCamera().
The same code works perfectly on all previous iOS versions.
Debug mode its working, issue is coming when its release build


๐Ÿงฉ Environment

  • react-native: 0.78.3
  • react-native-image-crop-picker: latest (as of November 2025)
  • Device: iPhone 15 (iOS 26.1 โ€” public release)
  • Xcode: 16+
  • Build Type: Release

๐Ÿ’ป Code Snippet

import ImagePicker from 'react-native-image-crop-picker';

ImagePicker.openCamera({
  mediaType: 'photo' // 'video',
});

saiDev1999 avatar Nov 04 '25 11:11 saiDev1999