react-native-autocomplete-dropdown
react-native-autocomplete-dropdown copied to clipboard
issue solution for create multiple dropdown in one screen
it may help to add multiple auto dropdown to one screen
Hi @harshil19 , the only way I know, and have implemented this dropdown, is by creating a super component which has this dropdown component, and calling the super component in multiple places in one screen. That way, each dropdowns are technically different items, and so they work properly.
@DinoWithCurls Can you help with an example for that solution, because I have tried that, seems to be not working.