ptomasroos / react-native-scrollable-tab-view

Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
https://www.npmjs.com/package/react-native-scrollable-tab-view
6.93k stars 2.29k forks source link

scrollView.getNode #1183

Closed yanyulin closed 1 year ago

yanyulin commented 1 year ago

Steps to Reproduce

Expected Behavior

Actual Behavior

SmileYang966 commented 1 year ago

这个需要更改源码。找到eact-native-scrollable-tab-view源码下的index文件夹, this.scrollView.getNode().scrollTo改成this.scrollView.scrollTo,需要删除getNode(),我这边能正常工作