DylanVann / react-native-fast-image

🚩 FastImage, performant React Native image component.
MIT License
8.09k stars 1.47k forks source link

Error due tintColor #1006

Open Slavka406 opened 9 months ago

Slavka406 commented 9 months ago

Simulator Screenshot - iPhone 14 Pro Max - 2023-09-25 at 14 06 03

aman32767 commented 9 months ago

This PR will fix the issue, This PR addresses an issue related to graphics context allocation in the FFFastImageViewManager. The previous implementation was using older graphics context handling methods which could lead to potential errors. This PR updates the code to use the newer UIGraphicsImageRenderer API to prevent any context allocation problems.

https://github.com/DylanVann/react-native-fast-image/pull/1007

frannale commented 9 months ago

Tested and is working fine!!!