I would like to get the React Native's <TextInput/>
input to start from the right and go left. I looked in the docs but couldn't find anything about it.
So how can I get the text input to start from the right side?
Thank you
did you try textAlign: 'right' ?