react Smooth Scroll To
Calls `smoothScrollTo` and updates state.
`smoothScrollTo` changes `contentOffset` and we need to keep `contentOffset` in sync between scroll view and state. Calling raw `smoothScrollTo` doesn't update state.