I am using the contentOffest
prop in ScrollView
(on latest React Native, 0.20), in order to show different sections of the ScrollView
content depending on which button the user presses.
The shifting works, no problem with that, but it goes to the related "Y" instantly, not with the same "scrolling" effect it would use when we scroll with the finger.
Can this be fixed somehow?
Thanks.