Closed
Description
ScrollView
has a contentOffset
prop for iOS, which sets the initial scroll offset.
But it lacks on Android, so you can not set the initial scroll position.
For anyone who can make this, these are the attributes in Android's native ScrollView.
android:scrollX The initial horizontal scroll offset, in pixels.
android:scrollY The initial vertical scroll offset, in pixels.