wix / react-native-ui-lib

UI Components Library for React Native
https://wix.github.io/react-native-ui-lib/
MIT License
6.46k stars 707 forks source link

Fix/button icon #3158

Closed ethanshar closed 3 months ago

ethanshar commented 3 months ago

Description

Fix icon coloring issue on Web It appear passing tintColor in style does not work on Web while passing it as prop works

Also remove our usage of Image component for icon in Button and unify the code for web and mobile

(I kept previous code in a comment cause we weren't sure before about using Icon on mobile, so In case an issue will arise we'll quickly know where it comes from)

Changelog

Fix button's icon coloring issue on Web

Additional info