react-native-fast-image icon indicating copy to clipboard operation
react-native-fast-image copied to clipboard

Fix : Fixed crash for iOS 17

Open dprajapati1179 opened this issue 2 years ago • 2 comments
trafficstars

- Removed depreciated  UIGraphicsBeginImageContextWithOptions .

dprajapati1179 avatar Oct 16 '23 12:10 dprajapati1179

Any plan to merge this PR and make a new release? This issue happens on all iOS17 devices, and the only workaround at the moment is patching the package as explained here https://github.com/DylanVann/react-native-fast-image/issues/1002#issuecomment-1744054648

pot2mayo avatar Nov 15 '23 06:11 pot2mayo

the patch works, but i also need to delete the tintcolor props. When i use tintColor the app always crash

juliendevleeschauwer avatar Nov 23 '23 11:11 juliendevleeschauwer