Hi, i have define a lightTheme how default, how could i get a value of the another theme?
something like:
import lightTheme from './lightTheme'
import darkTheme from './darkTheme'
EStyleSheet.build(lightTheme) // set light theme
const font = EStyleSheet.value('$font', darkTheme) // get value of dark theme
Hi, i have define a
lightTheme
how default, how could i get a value of the another theme? something like:is there any way to do this?
thanks :-)