maxkordiyak / react-native-dropdown-autocomplete

Autocomplete input with dropdown modal component for React native. Useful for pages with multiple autocomplete's.
MIT License
100 stars 51 forks source link

onDropdownShow doesn't work Android and Web. #36

Open lovetofail opened 4 years ago

lovetofail commented 4 years ago

onDropdownShow - works only in IOS. onDropdownClose works fine. Snack - https://snack.expo.io/@lovetofail/dropdown

Is it this line? https://github.com/maxkordiyak/react-native-dropdown-autocomplete/blob/814615eba9f5fc0055e5e32e88abb725f051d8ee/components/Dropdown/index.js#L146