Tuan Le

Results 24 comments of Tuan Le

That is weird. I got lodash removed. I'll look into it.

Hi, you can try and set the position styling of the component container to 'relative' like so below. Let me know if that resolves your issue. ` `

The default topOffset is not zero. I set it at 24 as default. You can set the `topOffset = { Platform.OS === 'ios' ? 24 : 0 }`

I will update the next release with topOffset set correctly for Android.

In new version 0.3.0, you can change all icons color by setting the iconColor props. if you want to change a specific icon color, then you can do this... `

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.

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

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