I\'m using React Native with the Native Base library. I need an onPress event to fire on Native Base\' ListItem (equivalent to TouchableOpacity) when the keyboard is open. <
I actually just figured this out. I added the keyboardShouldPersistTaps='always' prop to my List, in addition to the Content tag:
{ this.titleSearch = input }}
placeholder='Start typing...'
multiline={true}
onChangeText={this.setSearchText.bind(this)}
value={this.getSearchValue()}/>
Recommended Descriptions
this.setInformationDescription(description)}>
{description}