First press doesn't register in a Flatlist with components

So, In my program you search and then I fetch from the server the search result in a json format and then By flatlist I render the results with a touchableOpacity and this issue is when I click it first time it doesn’t register the click and when I click again then it works. I tried with the TouchableWithoutFeedback and WithFeedback. But nothing seems to work any help will be appreciated.

If anyone is having the same issue add this to your FlatList keyboardShouldPersistTaps={“always”}. It worked for me :slight_smile: