Superscript Text in React Native

后端 未结 5 430
孤独总比滥情好
孤独总比滥情好 2020-12-06 02:56

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

5条回答
  •  再見小時候
    2020-12-06 03:21

    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!

提交回复
热议问题