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
As an alternative, we can go for a size normalizer as https://github.com/nirsky/react-native-size-matters; where you can put the sizes with a notation like 100@vs to normalize the size depending on the device specifications.
The text was updated successfully, but these errors were encountered:
agustito37
changed the title
Media queries or conditional based styles
Media queries conditional based styles, or size normalizer
Oct 16, 2020
agustito37
changed the title
Media queries conditional based styles, or size normalizer
Media queries, conditional based styles or size normalizer
Oct 18, 2020
agustito37
changed the title
Media queries, conditional based styles or size normalizer
Feature: Media queries, conditional based styles or size normalizer
Dec 3, 2020
Feature Requests
Checklist
My feature request is specific to
@rootstrap/react-native-use-styles
.I've searched open issues to make sure I'm not opening a duplicate feature request
Description
It could be great to have some kind of conditional based styles feature, like media queries. Something as this: https://github.com/vitalets/react-native-extended-stylesheet#media-queries. Maybe is not worth; but it could be a good feature.
As an alternative, we can go for a size normalizer as https://github.com/nirsky/react-native-size-matters; where you can put the sizes with a notation like
100@vs
to normalize the size depending on the device specifications.The text was updated successfully, but these errors were encountered: