react-native-vector-icons
react-native-vector-icons copied to clipboard
Crash fix on iOS 17 and Xcode15 due to deprecated graphics API
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