UNPKG

react-native-modal-dropdown-picker

Version:

A customizable React Native modal dropdown picker component that lets you easily display one or more dropdown pickers in a modal. You can configure linked dropdowns (where the options of the second picker depend on the first) or independent dropdowns with

3 lines (2 loc) 104 B
export { default } from './components/DropdownModal'; export * from './types/ModalDropdownPickerTypes';