Closed PaitoAnderson closed 5 years ago
Resolved, I just used this for the parent view.
<ScrollView keyboardShouldPersistTaps={(this.state.autocompleteDropdownOpen || Platform.OS === 'android') ? 'always' : 'never'}>{page content here}</ScrollView>
On iOS this works fine, but on Android the keyboard just disappears without selecting the item.
Likely something with
keyboardShouldPersistTaps
isn't working right on Android.