react-native-dropdown-searchbox
v0.1.1
Published
We will provide dropdown with search box
Readme
react-native-dropdown-searchbox
We will provide dropdown with search box
Installation
npm install react-native-dropdown-searchboxUsage
import CustomDropdown from 'react-native-dropdown-searchbox';
<CustomDropdown
onSelect={(value:any) => setSelectedValue(value)}
placeholder='Select an option'
selectedValue={selectedValue}
options={options}
styles={{ width: 200, height: 50 }}
listTextStyle={{ color: 'black' }}
/>Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
