Andrew Hurst
Andrew Hurst
This component just maps the keyboards occupied space into a react-native view. Behavior like that would be controlled by the views you put your content inside, you should be able...
@imalbert: you could also put your text view outside of the scroll view and drop the absolute styling. The position of the input wasn't defined in the AC so the...
@Sh3rawi I just merged another PR can you rebase and resolve conflicts?
I've just pushed out a new version, if you upgrade this should be fixed.
Interesting, sounds like it should work. Do you have any example code I can look at if not what navigator are you using?
I apologize if my response time is slow. Every PR is tested with multiple versions of react native to see what minimal supported version is to consider all the apps...
Would be a nice feature; I don't know of a way to do this on top of my head but I'll do some research and see if this can be...
Thanks @kimlet for the solution; Going to add a note to the README so future users don't have to deal with this.
Hmm, I don't think I understand your situation. The keyboard spacer in most situations should only need to accommodate the keyboard. Can you post a screenshot or gif?
@charlle wouldn't the input be on top of the keyboard? Unless I'm missing something, I would think that top spacing would only create a gap between the keyboard and the...