I have a screen is this kind of a screen. (Very similar to compose email in Gmail app)
<View>
<View>
Content X
</View>
<View>
Content Y
</View>
<ScrollView>
<TextInput/> {/*Text Area like TextInput*/}
</ScrollView>
</View>
The issue what i'm facing is, when editing, the cursor manages to go behind the keyboard. doesn't really help in this scenario.
Similar behaviour I have noticed in the Gmail app