react-native-scrollable-tab-view-forked
react-native-scrollable-tab-view-forked copied to clipboard
getNode() in Scrollview fixes
As in new version
this.scrollView.getNode().setPageWithoutAnimation(pageNumber)
Doesn't work and its fixed in new version as this.scrollView.setPageWithoutAnimation(pageNumber) in Android as well as iOS