react-nativo > 0.61.1
react-native-paper 3.0.0-alpha.5
In input text fields, when fields are filled in by redux or the label has a different margin than the text. after you change the value back to normal

PLEASE FIX THIS :((((((
@mishojan please send a pull request
Will try to fix this, this week probably Tuesday.
Ok little bit later than Tuesday but I found the cause :-)
The code here is never ran when you have an initial value
There is an initial value available in the state so it's never changed there
https://github.com/callstack/react-native-paper/blob/master/src/components/TextInput/TextInput.tsx#L191
FIx for this merged: https://github.com/callstack/react-native-paper/pull/1441
Most helpful comment
Will try to fix this, this week probably Tuesday.