React Native - KeyboardAvoidingView with Sticky Footer
问题 I'm trying to make a sticky footer with the KeyboardAvoidingView component in React Native. I'm very close to accomplishing this task, however, when they keyboard comes up, the footer is moving up but shrinking in height at the same time. Here's what it looks like before the keyboard comes up: And here's what it looks like after the keyboard comes up: As you can see, the submit container is smaller than it is before there is a keyboard. Here's my current code: render() { return (