[ios][ui] Add the .monospacedDigit() modifier to @expo/ui #43256
Closed
axeelz
started this conversation in
Proposals and Ideas
Replies: 1 comment 3 replies
-
|
Adding new modifiers is pretty straightforward, maybe you would like to contribute? 😉 cc @intergalacticspacehighway |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This modifier is kinda the equivalent of
fontVariant: ["tabular-nums"]in React Native and is useful to display numbers while preserving the font style, I think it would be a nice addition to the supported modifiers in Expo UI :)https://developer.apple.com/documentation/swiftui/text/monospaceddigit()
Beta Was this translation helpful? Give feedback.
All reactions