Check out example codes for "how to manually scroll scrollview objective C". It will help you in understanding the concepts better.
Code Example 1
[scrollView setContentOffset:CGPointMake(x, y) animated:YES];
Learn ReactJs, React Native from akashmittal.com