oblador / react-native-collapsible

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

fix prop type #357

Closed gwmccull closed 4 years ago

gwmccull commented 4 years ago

fixes a prop type that is throwing an error

gwmccull commented 4 years ago

PropTypes is complaining the touchableComponent is of type object instead of type function. This updates the prop type

diegorodriguesvieira commented 4 years ago

@oblador can you take a look please?