AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
314 stars 134 forks source link

Refactor: Updated type definitions in 'react-native-select-dropdown' … #147

Open sclavijo93 opened 1 year ago

sclavijo93 commented 1 year ago

The 'react-native-select-dropdown' module declaration was updated to allow specifying the type of data handled in the SelectDropdown component. A generic type T is now allowed which is used to type 'data', 'onSelect', 'defaultValue', and custom rendering functions props.