software-mansion / react-native-svg

SVG library for React Native, React Native Web, and plain React web projects.
MIT License
7.52k stars 1.14k forks source link

fix: currentColor dimming #2465

Closed jakex7 closed 2 months ago

jakex7 commented 2 months ago

Summary

Fixes #2455. When the shared modal was triggered, the currentColor (which is tintColor under the hood) was being greyscaled because the default value of tintAdjustmentMode was set to UIViewTintAdjustmentModeDimmed. Changing it to UIViewTintAdjustmentModeNormal resolves the issue.

Test Plan

Example apps -> Test2455

Compatibility

OS Implemented
iOS