ScrollView's 'contentOffset' does not use a "scrolling" effect when reaching the target "Y". #6219
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
I am using the
contentOffest
prop inScrollView
(on latest React Native, 0.20), in order to show different sections of theScrollView
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.
The text was updated successfully, but these errors were encountered: