peacechen / react-native-modal-selector

A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections.
MIT License
369 stars 129 forks source link

Add option param to onModalClose type #166

Closed scousino closed 3 years ago

scousino commented 3 years ago

Fix TypeScript typing for onModalClose to reflect the selected item being returned in the call

peacechen commented 3 years ago

Thanks @scousino

scousino commented 3 years ago

When can we expect a new release with these changes included?