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

How to remove position absolute?

Open longunibbo opened this issue 6 years ago • 1 comments

Hello. I'm having an issue with position absolute default value in your style. I make me hard to control the search header position in my application. I'd to use flex to position it but it makes non-scense because of your default value. Please tell me how to improve it? Or do you have any messenger that I can talk to you directly? Thank you

longunibbo avatar Jun 03 '19 06:06 longunibbo

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.

<SearchHeader style = {{ container: { position: 'relative' } }} />

tuantle avatar Jun 03 '19 19:06 tuantle