React native: 0.59.8
React native paper: 2.16.0

This is the error when I add the padding property on none on the TextInput
<TextInput
{...props}
error
selectionColor="black"
underlineColor="black"
type="outlined"
padding="none" <------
theme={{
colors: {
primary: 'red',
},
}}
style={{
backgroundColor: 'transparent',
width: '100%',
}}
onChangeText={text => {
}}
/>
Make sure to install 3.0.0-alpha.2 version if you want to use it right now.
You should version the documentation if the documentation is not reflecting the last stable version
Most helpful comment
You should version the documentation if the documentation is not reflecting the last stable version