Scrolling behavior hides the caret when user taps at the beginning of a very long text. This happens because KeyboardAwareScrollView always focuses at the end of the selected react element. Let's dig in some more to make it scroll to the cursor instead.
