I have a single line TextInput
that can be updated via other parts of the UI.
My issue is that sometimes, the text can be long. And in this case, when I update the value
, the TextInput
scrolls all the way to the end of its content. I need the TextInput
to stay pegged to the left when it is updated.
Is there any way for me to do this?
Expo SDK 37, React Native 0.61, React 16.9