react-native-search-header
react-native-search-header copied to clipboard
How to remove position absolute?
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
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' } }} />