Can we get the x,y coordinates of TextInput when it is focused , i mean when the keyboard is shown ?
Extending my above question, my actual question is how can we animate a TextInput into user visible area when that TextInput is in focus. What are the good approaches for it ?
I have seen some approaches like this but it shrinks the TextInput. Can anyone help me out there ?