React native – How to make text follow progress bar
How can I make my currentProgresstext follow the progress bar, for now it seems that setting progressWidth to 100 makes the text appear on the left (following the progress bar). And the progress bar's text dissapears when the progressWidth is…