Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-native-select-search

MichaelEakins34MIT1.0.6TypeScript support: included

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.

react-native, react-native-select-search, select, react-component, react-native-dropdown, searchable-dropdown

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.