Closed
Description
Hi all,
I've created this component that runs perfectly on iOS, but on Android, when I have this component, with a list of TextInputs as childs so the scroll appears, if I open the keyboard on the first child all is fine,
if I open the keyboard on the last TextInput child (which means I have to scroll first to show it), there is extra blank space between the component and the keyboard.
The components wraps inside a list of components and automatically wraps the content in the visibile viewport area.
The keyboard height seems to be correctly handled, but somehow empty space is added.
Any suggestion or is this a known bug?
https://gist.github.com/mattiamanzati/e199498e2464ab781da1
Thanks for help!