TouchableOpacity as Item in ListView only reacts after TextInput has lost focus
问题 I'm working on a search component right now which consists of a TextInput and a ListView. It loads its results from an external server and fills the ListView accordingly. There's also a TouchableOpacity which closes the search component. Unfortunately, it takes two presses to get the onPress callback of the TouchableOpacity called – one to let the TextInput lose its focus and one to trigger the callback. But if I press the TouchableOpacity to close the search component or if I press one of