The standard behaviour when using KeyboardAvoidingView is that the UI elements will shift to avoid the keyboard. If you don't want the elements to shift, you'd have to remove the KeyboardAvoidingView.
KeyboardAvoidingView
However, this is not good user experience.