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

5 lines (4 loc) 212 B
import React from 'react'; import { ModalDropdownPickerProps } from '../types/ModalDropdownPickerTypes'; declare const ModalDropdownPicker: React.FC<ModalDropdownPickerProps>; export default ModalDropdownPicker;