In NativeiOS you can make a UITableView scroll to a particular UITableViewCell using:
[tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:87 inSec
Use a ScrollView with contentOffset={{ x: offsetX, y: offsetY }} and calculate the offset variables depending on which row you want to scroll to.
contentOffset={{ x: offsetX, y: offsetY }}