[Android] Fix TextInput height

This commit is contained in:
Bruno Lemos
2019-01-18 22:08:56 -02:00
parent ba3a75d97c
commit 4ea989d654

View File

@@ -41,8 +41,10 @@ export const SpringAnimatedTextInput = React.forwardRef(
}}
style={[
{
height: 36,
margin: 0,
padding: 0,
paddingHorizontal: contentPadding,
paddingVertical: contentPadding / 2,
backgroundColor: 'transparent',
borderRadius: radius,
borderWidth: 1,