react-native-collapsible icon indicating copy to clipboard operation
react-native-collapsible copied to clipboard

how do I embed this library in my functional code

Open usamarehan557 opened this issue 4 years ago • 1 comments

toggleExpanded = () => { this.setState({ collapsed: !this.state.collapsed }); };

unable to change above lines of code in functional components.....any body can help ?

usamarehan557 avatar May 06 '21 09:05 usamarehan557

Functional components should use the useState hook instead

ChronSyn avatar May 24 '21 14:05 ChronSyn