umhan35 / react-native-search-bar

The high-quality iOS native search bar for react native.
MIT License
861 stars 207 forks source link

Extending documentation for styling #213

Closed louisraetz closed 1 week ago

louisraetz commented 1 year ago

I discovered that when using or extending the style property of the SearchBar component, it may be perplexing to see the component disappear. The reason for this is that the dimensions of the component are reset when the style property is utilized. To ensure that the SearchBar is displayed correctly, it is necessary to explicitly include the width and height properties in the style declaration.

It is unclear whether this behavior is native to the component or not. Therefore, it may be beneficial to provide a brief note on adjusting the styles of the SearchBar component to avoid this issue.