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

onEndReached prop issue #180

Closed ArthurEsterox closed 1 year ago

ArthurEsterox commented 1 year ago

I can't use onEndReached prop because the FlatList do not get that prop.

Can anyone add this line to Flatlist? onEndReached={this.props.onEndReached}

https://github.com/peacechen/react-native-modal-selector/blob/930572dd70ed84b93b0a58788aed8f3aaa23c328/index.js#L318

peacechen commented 1 year ago

Thanks for reporting that oversight. Please submit a PR to add that prop. Remember to add it to the Readme as well.

ArthurEsterox commented 1 year ago

@peacechen sure! here the PR

https://github.com/peacechen/react-native-modal-selector/pull/182