[Solved] How can I avoid the keyboard overlaying my inputs or visually shifting components?

How do I avoid this when typing


And this is it later turns out to be

Set the screen to scrollable.

The components are crunched together to make space for the keyboard, if the screen is scrollable then the components will move up making space for the keyboard.

Thanks lemme try this
This is what I got

Place your components into a group component or several group component to arrange them in the screen.

@versatile, @jared has shared a sample app related to this here:

Is this relevant to the layout changes you’re seeing?