Modify a styleSheet after creation #21039
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Hello,
I would like to do something to create different style sheets by device type and do not repeat the code...
So I need something like this :
const styles = StyleSheet.create({...})
IF Tablet {
styles.button.color = 'blue';
}
how to make this working please ?
The text was updated successfully, but these errors were encountered: