carbon-design-system / carbon-react-native

The React Native implementation of the Carbon Design System
https://carbon-design-system.github.io/carbon-react-native/
Apache License 2.0
30 stars 8 forks source link

[ANDROID]: Bottom Navigation is moving up when keyboard is active #98

Closed WYXEhlEtzb2Gfe6HgrQLAf6MeMEatE77yYzHHIH closed 1 year ago

WYXEhlEtzb2Gfe6HgrQLAf6MeMEatE77yYzHHIH commented 2 years ago

Migrating Aspera noticed this. Will test later if we need to change setup in the Carbon react native or just issue with how Aspera handled keyboard.

WYXEhlEtzb2Gfe6HgrQLAf6MeMEatE77yYzHHIH commented 1 year ago

Setting android:windowSoftInputMode="adjustPan" will improve this. Added documentation and moved the Example app to use this.