react-native-select-search
v1.0.6
Published
A react-native select component that provides a dropdown for use in react-native. This component also provides a search functionality within the dropdown that allows a use to filter results.
Downloads
52
Maintainers
Readme
react-native-select
- React Native Select is a component that allows a user to see a dropdown select. This component, optionally, allows the developer to make the dropdown data searchable, filtering the data into a subset of the original data. The fitlered data can derived from a seperate data source using a callback.