Skip to content

β—πŸš¨ Crash on iOS 26.1 when calling openCamera() 🚨 ❗ #2218

@saiDev1999

Description

@saiDev1999

❗ 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',
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions