I have something like (chat app like interface)
<View>
<View>
<ScrollView/>
</View>
<TextInput/>
</View>
I did refer this helpful article here. How ever virtual keyboard still obscures(overlaps, renders on top of) the TextInput (and the ScrollView).
No responses yet.