I would like to style text as superscript in React Native. How would this be accomplished? Is there a way to make use of the Javascript sup() string method to r
sup()
I got this working for me using a view container and flex.
10 am
Here is the link to this in action https://repl.it/Haap/0
Cheers!