TimOliver / TOCropViewController

A view controller for iOS that allows users to crop portions of UIImage objects
http://www.timoliver.com.au/2015/06/21/tocropviewcontroller-an-open-source-image-cropper-for-ios/
MIT License
4.67k stars 929 forks source link

Replace UIGraphicsBeginImageContextWithOptions (Deprecated) #577

Closed the1abel closed 2 months ago

the1abel commented 2 months ago

Describe the bug UIGraphicsBeginImageContextWithOptions() was deprecated following iOS v17.0. Because TOCropViewController is a dependency of react-native-image-crop-picker, it causes React Native apps to crash when images are cropped.

iOS Device:

Additional context I'm uncertain what function replaced UIGraphicsBeginImageContextWithOptions(), but there are 4 additional graphics context primitives functions listed at the bottom of the page.