react-native-search-header icon indicating copy to clipboard operation
react-native-search-header copied to clipboard

enableSuggestion issue

Open karanmartian opened this issue 6 years ago • 5 comments

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

karanmartian avatar Jul 03 '19 11:07 karanmartian

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.

tuantle avatar Jul 03 '19 17:07 tuantle

I had the same problem and i solved it with the enableSuggestion = { false } as @karanmartian said.

diegogalocha avatar Aug 19 '19 16:08 diegogalocha

Have you try the latest version? I was hoping that would fix it.

tuantle avatar Aug 19 '19 20:08 tuantle

I tested the last version published, but not the #develop.

diegogalocha avatar Aug 20 '19 07:08 diegogalocha

Ok, I am in the process of moving this component to react hooks and will take a look at this issue again.

tuantle avatar Aug 22 '19 18:08 tuantle