"react-native-paper": "^3.6.0" on Android
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 })}
/>

https://snack.expo.io/@lvantours/bug-on-textinput-in-outlined-mode
Yeah I'm facing same issue.
I'm also facing same issue.
Anyone have fixed issue ???
Hello 馃憢, this issue has been open for more than 2 months with no activity on it. If the issue is still present in the latest version, please leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution on workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix the issue.
that's still the case on android and web too now
web :

I also face this issue on android if i reduce the height of the textInput.
Same problem on Android
I found an error, paddingOut in react-native-paper/src/components/TextInput/TextInputOutlined.tsx generates a problem.
I have the same problem. Please reopen this issue.
I have the same problem, removing paddingOut worked.
Most helpful comment
I found an error,
paddingOutinreact-native-paper/src/components/TextInput/TextInputOutlined.tsxgenerates a problem.