Current behaviour
SearchBar went multiple lines when unfocused even multiline={false}
Expected behaviour
SearchBar should remain single line even when unfocused.
Code sample
<Searchbar
placeholder={translations['search']}
onChangeText={v => setValue(v)}
value={value}
blurOnSubmit
/>
Screenshots (if applicable)
Focused:

Unfocused:

What have you tried
- Try change contentType
- Try multiline={false}
- Try numOfLines={1}
Your Environment
| software |
version |
| ios or android |
14.4 |
| react-native |
0.64.2 |
| react-native-paper |
4.9.1 |
| node |
14.17.0 |
| npm or yarn |
1.22.4 |
Current behaviour
SearchBar went multiple lines when unfocused even multiline={false}
Expected behaviour
SearchBar should remain single line even when unfocused.
Code sample
Screenshots (if applicable)
Focused:


Unfocused:
What have you tried
Your Environment