wix / react-native-ui-lib

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

Add Colors.getColor api to get a color by token name and schemeType #3294

Closed ethanshar closed 1 month ago

ethanshar commented 1 month ago

Description

Add Colors.getColor API for getting a color in a specific schemeType regardless to current scheme usage: Colors.getColor('$backgroundPrimaryHeavy', 'light')

Changelog

Add Colors.getColor API for getting a color in a specific schemeType regardless to current scheme. usage: Colors.getColor('$backgroundPrimaryHeavy', 'light')

Additional info

MADS-4505