oblador / react-native-collapsible

Animated collapsible component for React Native, good for accordions, toggles etc
MIT License
2.43k stars 453 forks source link

Accordion TouchableComponent prop type issue #358

Open franjorub opened 4 years ago

franjorub commented 4 years ago

Hi, in TypeScript the prop is a React.ClassComponent but running shows a warning that the prop expects a function

image

image

image