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
If this is supported in a compatible manner on browsers and RN, then it makes sense to add it to ReactXP. Are you interested in making a contribution?
I presume this attribute would apply to Text and Link. What about TextInput? The answer to that question determines where it should be added.
Since the HTML attribute name differs ("font-variant-numeric" versus "font-variant"), there will need to be some translation logic added to the web Styles.ts code. There are several other cases where we need to do similar translations, so that should be straightforward.
If you implement this, please make sure to do so for web and RN paths, add to the documentation, and add to the RXPTest app (which acts as our unit tests for all features).
I've tested that this indeed works, for iOS/react-native. Specifically:
How would one go about writing the ReactXP Stylesheet support for this?
The text was updated successfully, but these errors were encountered: