Replies: 1 comment 1 reply
-
Hey @bolan9999, we're actually working on this feature, see #4416. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As you know , the big problem on React Native is : can not control the contentOffset of the Scroll component smoothly. We can only try to use
scrollTo
method . But thescrollTo
method is not smoothly at all. In my opinion, it will be amazing if I can do it like below to control contentOffset.If so ,we can do this effect on React Native.
Someone tried to use
scrollTo
instead, but it is not smoothly on Android. https://github.com/zyslife/react-native-head-tab-viewBeta Was this translation helpful? Give feedback.
All reactions