Closed liaoliao666 closed 1 year ago
My goal is to change the font size at runtime as follows
tw.setUtilities("text-content", 'text-[17px]')
There's no current way to do something like this. Although there's nothing stopping you from providing runtime arbitrary values, like:
<View style={tw`text-[${someVar}]`} />
Would that satisfy your use case?
My goal is to change the font size at runtime as follows