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

Changing the Button to TouchableOpacity to make the dropdown items work on Android #50

Closed mgilhespy closed 4 years ago

mgilhespy commented 4 years ago

First time doing a pull request so apologies for any mistakes, pretty new to GitHub in general, please let me know how I can do better. This change is based on user niranjan233's post here: maxkordiyak#43 which I tried and found worked for me.

rahombus97 commented 4 years ago

Thank you for this! Even though it's not merged yet, I incorporated your change into my fork of the repo and it's working on the Android side!

maxkordiyak commented 4 years ago

Thank you for contributing!!