AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
320 stars 137 forks source link

Cant implement pagination #83

Closed LIQI2001 closed 1 year ago

LIQI2001 commented 2 years ago

How to implement pagination concept with this library? for example with flatlist we can use onEndReached and onEndReachedThreshold to implement it

AdelRedaa97 commented 2 years ago

It should be implemented in the library itself, I'll add it soon

AdelRedaa97 commented 1 year ago

onScrollEndReached prop is added for pagination in v3.0.0 and also onChangeSearchInputText to make your custom search function outside the component

ravis-farooq commented 1 year ago

Any example How can we implement onChangeSearchInputText?