oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.46k stars 2.13k forks source link

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

Open yasir6jan opened 2 months ago

yasir6jan commented 2 months ago

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 commented 2 months ago

@johnf Hope you are doing well. Please help with the review of this PR, if there are any suggestions please let me know.

yasir6jan commented 1 month ago

@oblador Hope you are doing well. Please help with the review of this PR, if there are any suggestions please let me know.