react-native-scrollable-tab-view-forked icon indicating copy to clipboard operation
react-native-scrollable-tab-view-forked copied to clipboard

getNode() in Scrollview fixes

Open JaiRathoreSpraxa opened this issue 3 years ago • 0 comments

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

JaiRathoreSpraxa avatar Mar 23 '22 07:03 JaiRathoreSpraxa