On the production version of the application, the textbox moves up out of the way of the keyboard and the header disappears.
Adjust the text input so that it shrinks in size to move out of the way of the keyboard like the production app. KeyboardAvoidingView doesn't move it enough.
I believe I have to approach it like I did the logo animation in the Currency Converter app.
This would be an enhancement of the initial pass on #43.
On the production version of the application, the textbox moves up out of the way of the keyboard and the header disappears.
Adjust the text input so that it shrinks in size to move out of the way of the keyboard like the production app. KeyboardAvoidingView doesn't move it enough.
I believe I have to approach it like I did the logo animation in the Currency Converter app.
This would be an enhancement of the initial pass on #43.