maxmagee / chick-fil-a

(Old Version. See README) Recreating the Chick-fil-A App in React Native.
2 stars 0 forks source link

Adjust animation of Feedback form textbox #45

Open maxmagee opened 6 years ago

maxmagee commented 6 years ago

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.