You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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';
}