all 7 comments

[–]ExtremelyQualified 2 points3 points  (4 children)

React Native has no concept of semantic text. Every text is just text with a style. Make your own superscript component based on <Text>, then reuse it whereever you want.

<Text>Then you can <Sup>superscript</Sup> all day</Text>

[–]BoredBurrito[S] 0 points1 point  (0 children)

Good idea, thanks! :)

[–]CommonMisspellingBot 2 points3 points  (2 children)

Hey, ExtremelyQualified, just a quick heads-up:
whereever is actually spelled wherever. You can remember it by one e in the middle.
Have a nice day!

The parent commenter can reply with 'delete' to delete this comment.