react-native-collapsible
react-native-collapsible copied to clipboard
how do I embed this library in my functional code
toggleExpanded = () => { this.setState({ collapsed: !this.state.collapsed }); };
unable to change above lines of code in functional components.....any body can help ?
Functional components should use the useState hook instead