akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.3k stars 952 forks source link

Top navigation action icon not greyed out when disabled #1277

Closed Bandwagoner closed 3 years ago

Bandwagoner commented 3 years ago

🐛 Bug Report

When a TopNavigationAction is disabled, the icon should be greyed out.

To Reproduce

Pass disabled as true to a TopNavigationAction with a valid icon prop.

Expected behavior

Icon should be greyed out

Link to runnable example or repository (highly encouraged)

https://snack.expo.io/qB4tfY!ya

UI Kitten and Eva version

Package Version
@eva-design/eva 5.0.0
@ui-kitten/components 2.0.0

Environment information

malashkevich commented 3 years ago

Should be fixed with Eva mapping fix: https://github.com/eva-design/eva/pull/74