reactSmoothScrollTo

open fun reactSmoothScrollTo(x: Int, y: Int)

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.