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
312 stars 133 forks source link

No way to call methods? #190

Open joeyfigaro opened 1 month ago

joeyfigaro commented 1 month ago

The example shows using a ref to call reset, but that doesn't appear to work–and the component isn't set to accept a ref prop. There doesn't seem to be a way to have a reset button that clears the selected state in renderItem

@AdelRedaa97