byteburgers / react-native-autocomplete-input

Pure javascript autocomplete input for react-native
https://byteburgers.com/autocomplete
MIT License
805 stars 255 forks source link

Fix: touch interaction not working on android #200

Closed leonardomartelotte closed 1 year ago

leonardomartelotte commented 3 years ago

Importing FlatList from "react-native-gesture-handler" makes it compatible with both iOS and Android.

mrlaessig commented 3 years ago

Not quite sure why this is needed. I would rather add a property to the autocomplete to pass in custom result list render function instead of adding a hard dependency to the module.

stale[bot] commented 2 years ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 year ago

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.