oblador / react-native-collapsible

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

Fix Collapsible TS Type #454

Closed McAJBen closed 1 year ago

McAJBen commented 1 year ago

New type definitions in react 18.0.0 (@types/react) flag this component for having children when it it's type definition doesn't say it has any children. This change should be backwards compatible since PropsWithChildren has existed for awhile and this is just a clarification on the underlying type.

McAJBen commented 1 year ago

This fixes https://github.com/oblador/react-native-collapsible/issues/450 and https://github.com/oblador/react-native-collapsible/issues/436