const styles = StyleSheet.create({
      color: 'red',
      fontSize: 15,
      '@media (min-height: 300px)': {
        color: 'blue'