react-native-vector-icons icon indicating copy to clipboard operation
react-native-vector-icons copied to clipboard

Crash fix on iOS 17 and Xcode15 due to deprecated graphics API

Open yasir6jan opened this issue 5 months ago • 2 comments

This PR fixes a crash which is happens on apps built on iOS 17 using Xcode15 due to deprecation of UIGraphicsBeginImageContextWithOptions.

This PR addresses the following issue - https://github.com/oblador/react-native-vector-icons/issues/1575

Reference - https://developer.apple.com/documentation/uikit/1623912-uigraphicsbeginimagecontextwitho

yasir6jan avatar Sep 06 '24 10:09 yasir6jan