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. <KeyboardAvoidingView/> doesn't really help in this scenario.
Similar behaviour I have noticed in the Gmail app


In the gmail app, in any scenario the cursor doesn't appear behind the keyboard.
Is such kind of an implementation even possible.
No responses yet.