-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
β 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',
});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels