-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component from the example isn't scrollable on Android #79
Comments
I've same issue |
Same issue here |
Same issue here |
this problem started for me when i updated all my packeges, so i tested all and using the [email protected] or higher the problem appears, so by using [email protected](latest stable version) it work fine |
Good catch, thanks. I'll take a look once I'm done with my business |
I downgraded to [email protected] and it didn't work for me |
Got fixed by wrapping App.tsx with GestureHandlerRootView
And changed Flatlist import in node_modules/react-native-autocomplete-dropdown/src/Dropdown.js from so patch file
|
please try install v3. It requires additional steps, please read updated docs |
@onmotion you forgot to update examples ^_^ v3 is working fine, gj! |
What's wrong with examples? |
Sorry, can't see, please send me a link |
aah in the readme, damn. Thanks |
The following code works fine under iOS, it also displays correctly on Android but the suggestion list is not scrollable. Btw. this is the example from the official documentation only enhanced by more data and it is not working as expected. Can anyone help?
`import { AutocompleteDropdown } from 'react-native-autocomplete-dropdown';
.
.
.
return (
The text was updated successfully, but these errors were encountered: