react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
โ๐จ Crash on iOS 26.1 when calling openCamera() ๐จ โ
โ 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',
});