'How to perfectly align different size text in react native

i want to align three text views with different text sizes perfectly to left side, text is now aligned left without any issues but if i use a different text sizes it's gonna look imperfect i want to know is there a way align different sized text perfectly in react native.

This is how its looks like when all the fonts are same size

enter image description here

This is how its looks like when using different text sizes



Solution 1:[1]

You could solve it by separating your data into columns. For exampel Swivel is col1, List col2 etc . Here is a working (working but no perfect :)) example snack.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 alvAro365