Search code examples
javascriptcssreactjsreact-nativetextinput

React Native: How to get <TextInput/> to start from right to left?


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


Solution

  • did you try textAlign: 'right' ?