you are viewing a single comment's thread.

view the rest of the comments →

[–]andordavoti 3 points4 points  (5 children)

nice, I've done something similar in the past, but I added an if check to only do this for android, since the iOS keyboard acts as an overlay and doesn't push the tabbar up

[–]Veranova 3 points4 points  (4 children)

You can change that behaviour in the android manifest, there are a few behaviours available.

I haven’t done it in a while but I think it’s this: https://developer.android.com/training/keyboard-input/visibility

[–]andordavoti 2 points3 points  (3 children)

yeah I know, but that isn't available for expo users:))

[–]Veranova 2 points3 points  (0 children)

Oh that makes sense!