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
First thanks for this awesome lib! It has helped me a lot. One question, though:
Shouldn't it be responsible for scaling for smaller/bigger screen sizes? This is almost required when dealing with Android and even more when dealing with tablets.
Thanks!
The text was updated successfully, but these errors were encountered:
The way that I see it is that this will depend a lot on your design. You might want to scale different sections in different ways, and the breakpoints will be different for every app.
I think it's probably better to leave it to the consumer of the library, as it will probably be hard to come up with a solution that works for most cases.
I'm 100% open to suggestions though! If you find a solution that makes sense feel free to open a PR 🙂
Looking at the Dynamic Type Sizes in Human Interface Guidelines, it offers not only the default human size but also additional sizes depending on your needs (the xLarge, xxLarge, ...). It would be nice if the library was exporting something like humanXLarge, humanXXLarge, ...
Hi there,
First thanks for this awesome lib! It has helped me a lot. One question, though:
Shouldn't it be responsible for scaling for smaller/bigger screen sizes? This is almost required when dealing with Android and even more when dealing with tablets.
Thanks!
The text was updated successfully, but these errors were encountered: