grahammendick / navigation

Scene-Based Navigation for React and React Native
https://grahammendick.github.io/navigation/
Apache License 2.0
571 stars 40 forks source link

How to make keyboard as an overlay to the bottom navigation #713

Closed afkcodes closed 1 year ago

afkcodes commented 1 year ago

Currently it pushes up the bottom navigation on top of keyboard. I have added adjustResize in AndroidManifest.xml Screenshot 2023-08-03 at 12 21 18 AM

grahammendick commented 1 year ago

You could try adjustPan instead of adjustResize?

afkcodes commented 1 year ago

Adjust pan seems to work fine thanks