<!-- Issues that don't use this template are likely to be closed. --> <!-- Please search the existing issues and read the documentation before opening an issue. --> ### Current behaviour <!-- What's currently happening? --> SearchBar went multiple lines when unfocused even multiline={false} ### Expected behaviour <!-- What do you expect to happen? If there is an error, provide the complete error message with stack trace. --> SearchBar should remain single line even when unfocused. ### Code sample <!-- Provide a complete code sample that could be run to reproduce the issue, ideally on snack.expo.io or in a github repo. --> ``` <Searchbar placeholder={translations['search']} onChangeText={v => setValue(v)} value={value} blurOnSubmit /> ``` ### Screenshots (if applicable) <!-- Include screenshots if there's a bug in the layout. --> Focused: <img width="351" alt="Screen_Shot_2021-07-07_at_5 19 18_AM" src="https://user-images.githubusercontent.com/70598990/124805378-6bca3800-df29-11eb-8a2e-344d956d01b4.png"> Unfocused: <img width="356" alt="Screen_Shot_2021-07-07_at_5 15 12_AM" src="https://user-images.githubusercontent.com/70598990/124805398-71c01900-df29-11eb-987c-37b033e10ea3.png"> ### What have you tried <!-- List down the steps you have tried to fix or identify the issue and links to any related issues you found. --> 1. Try change contentType 2. Try multiline={false} 3. 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 <!-- Add expo sdk version along with snack that reproduces the issue -->