Current behaviour
When setting numberoflines={1} to Searchbar component, it still shows multiple lines on ios.
Expected behaviour
Only one line is visible
Code sample
https://snack.expo.io/mM73lZ7cL
Screenshots (if applicable)
Your Environment
on snack:
expo: 39.0.0
and locally:
react-native-paper: 4.1.0
react-native: 0.63.2
ios 14.2
For iOS you can specify
inputStyle
with height. E.g.inputStyle={{height: 40, alignSelf: "center"}}
Here’s an example:
https://snack.expo.io/HOZiyJZyX