enableSuggestion issue
After the latest update, I am having issue where my FlatList which is under SearchHeader component freezes and also i don't see the results in real time since i have code set to populate the flatlist on every result entered after onEnteringSearch. I have to set enableSuggestion to false in order to get back the behavior which i was seeing with earlier version
Oops, the hidden suggestion view is blocking other component touch event. I made a correction. Can you install this dev version.
npm install github:tuantle/react-native-search-header#develop
and see if it is working.
I had the same problem and i solved it with the enableSuggestion = { false } as @karanmartian said.
Have you try the latest version? I was hoping that would fix it.
I tested the last version published, but not the #develop.
Ok, I am in the process of moving this component to react hooks and will take a look at this issue again.