I am trying to use the KeyboardAvoidingView with behavior="padding".
For some reason, when I
In the above snippet, flex is set to 1, which renders the text Input field just above the keyboard by default even when the keyboard isn't opened. And, when the keyboard pops up, the input field is further pushed up by a factor of keyboard height's offset.
Setting flex to 0 shall fix the issue, as it did in my case.
...