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;
Normal open function returns incredibly slowly when canceling under certain circumstances on Android
> > 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, }); ```