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

feat(180): Added onEndReached prop for FlatList #182

Closed ArthurEsterox closed 1 year ago

peacechen commented 1 year ago

Thanks @ArthurEsterox Please add that new prop to the propTypes, defaultProps, and the Readme. Use the keyExtractor prop as an example.

ArthurEsterox commented 1 year ago

Thanks for response @peacechen I've added info about that prop in Readme and in propTypes

peacechen commented 1 year ago

Thanks @ArthurEsterox for your contribution. I'll publish a new version shortly.