Environment
"react-native-paper": "^3.6.0" on Android
Description
Text inside textInput can be scroll verticaly and crop when you use height with style prop in outlined mode. Look like there is a problem with paddingVertical.
<TextInput
mode="outlined"
placeholder="I'm crop and can scroll verticaly 🙁"
style={{ height: 64}}
value={this.state.text}
onChangeText={text => this.setState({ text })}
/>

Reproducible Demo
https://snack.expo.io/@lvantours/bug-on-textinput-in-outlined-mode
Environment
"react-native-paper": "^3.6.0" on Android
Description
Text inside textInput can be scroll verticaly and crop when you use
heightwith style prop in outlined mode. Look like there is a problem withpaddingVertical.Reproducible Demo
https://snack.expo.io/@lvantours/bug-on-textinput-in-outlined-mode