I have a TextInput that is not scrolling when the underlying text overflows the input on iOS. On Android the component is behaving normally as I expect, that is, whenever the text overflows the input it scrolls until the caret is visible and I can move the caret around. (I don't know if I fully explained myself).
Searching on Google I found the same question:
Horizontal scroll on text input
But the selected answer is not working for me. Has anyone faced the same difficulties? How can I resolve them? Why is it working on Android and not on iOS?