Akshay P

Results 3 comments of Akshay P

Go To: node_modules/react-native-scroll-bottom-sheet/src/index.tsx find this line: const node = this.props.innerRef.current?.getNode(); remove getNode(); const node = this.props.innerRef.current;

> > Can you share your code with the options you're using? > > I'll try.. > > So, on the one hand, I've built a wrapper class around the...

``` ref?.current?.scrollTo({ index: 1, animated: true, }); ```