I have some issue with get x and y when I have multiple <View />, but I found that the argument target value is correct. So I decide to use it.
Here is my scrollTo function:
listView.scrollTo({ x, y, animated: true});
I change it like this but it's not working:
listView.scrollTo({ target, animated: true});
Is any way that using scrollTo with target ?
Any help would be appreciated.

You have to implement your own scrollToTarget Method in order to achieve this.
My solution would be sth. like this: