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've implemented this into my application that started out with ignite, but would be great if it was automatically a factor in the initial Text Component. Here is a link to some methods that I've used in the past:
That looks tiny on an tablet vs. on a phone. Would be awesome if this component would take that into account.
I'm not sure if infinite red has a better method but I've used similar practices to https://github.com/nirsky/react-native-size-matters to scale text automatically depending on the screen dimensions. It ends up looking pretty great on tablet all things considered. Would be a great option.
The text was updated successfully, but these errors were encountered:
I've implemented this into my application that started out with ignite, but would be great if it was automatically a factor in the initial Text Component. Here is a link to some methods that I've used in the past:
https://stackoverflow.com/questions/33628677/react-native-responsive-font-size
I would like it to be the same general layout, maybe like this?
But that size in the background is whatever you define inside the TextComponent:
That looks tiny on an tablet vs. on a phone. Would be awesome if this component would take that into account.
I'm not sure if infinite red has a better method but I've used similar practices to https://github.com/nirsky/react-native-size-matters to scale text automatically depending on the screen dimensions. It ends up looking pretty great on tablet all things considered. Would be a great option.
The text was updated successfully, but these errors were encountered: