react-native-select-dropdown
react-native-select-dropdown copied to clipboard
Not selecting on first click.
i'm using this component inside ScrollView(in parent component)->Array.Map->Child Component(react-native-select-dropdown);
If the button is inside a scrollview or flatlist you have to add keyboardShouldPersistTaps="always"
prop in the parent scrollview or flatlist
already used keyboardShouldPersistTaps="always" but no use.
closed ticket.
Which version do you use?
I am also having this problem on Android. Items on the drop down have to be selected twice.
Which version do you use?