DylanVann / react-native-fast-image

🚩 FastImage, performant React Native image component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error due tintColor

Slavka406 opened this issue · comments

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.

#1007

Tested and is working fine!!!