Open
Description
- Web Spec: https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-numeric
- React-Native: https://facebook.github.io/react-native/docs/text-style-props#fontvariant
I've tested that this indeed works, for iOS/react-native. Specifically:
<RX.Text style={ { fontVariant: ["tabular-mums"] } as any }>
How would one go about writing the ReactXP Stylesheet support for this?