On one screen, we have two View
components within another View
.
I styled it so that the button is at the bottom. When we click on the input text, the keyboard opens up and the screen adjusts to show the input text properly.
However, the submit button remains at the bottom and I need to move it up when the keyboard is open.
https://i.sstatic.net/i9BFD.png
Currently, the button is positioned at the bottom.
The button should be positioned above the opened keyboard.