DylanVann / react-native-fast-image

🚩 FastImage, performant React Native image component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[iOS] TintColor via style prop not working

taeyoon0137 opened this issue · comments

Describe the bug
Set tintColor via style parameter doesn't applied. But tintColor via prop works but warning.

To Reproduce

  1. Apply tintColor via style={{ tintColor: ... }}
  2. Not Applied

Expected behavior
TintColor should be applied

Screenshots
스크린샷 2022-11-15 오후 2 55 06
스크린샷 2022-11-15 오후 2 56 22

Dependency versions

  • React Native version: 68.2
  • React version: 17.0.0
  • React Native Fast Image version: 8.6.3

Note: if these are not the latest versions of each I recommend updating as extra effort will not be taken to be backwards compatible, and updating might resolving your issue.