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
323 stars 138 forks source link

How to get dropDownFlatlistRef? #167

Open swrobel opened 10 months ago

swrobel commented 10 months ago

If I want to call methods on the underlying FlatList like flashScrollIndicators() I need a ref to the FlatList. Is it possible to get one?