Describe the bug
I am using the KeyboardAvoidingView with padding behavior.
On Android 16, when using external-keyboard, or voice-typing, there is a small bubble (vertical toolbar) instead of the full-fledged keyboard. Switching to vertical toolbar from horizontal toolbar or keyboard leaves all/most of the bottom padding there.
Code snippet
<KeyboardAvoidingView behavior='padding'>...</KeyboardAvoidingView>
To Reproduce
Steps to reproduce the behavior:
- Use KeyboardAvoidingView on Android emulator (Android 16)
- Click on a text input. On screen keyboard is opened by default. Animation and padding work as expected.
- Start typing on external keyboard. This closes the on screen keyboard. And switches to a floating vertical toolbar. The bottom padding remains.
- It seems to remember the invalid padding when you blur and re-focus a TextInput.
Screenshots

Describe the bug
I am using the KeyboardAvoidingView with padding behavior.
On Android 16, when using external-keyboard, or voice-typing, there is a small bubble (vertical toolbar) instead of the full-fledged keyboard. Switching to vertical toolbar from horizontal toolbar or keyboard leaves all/most of the bottom padding there.
Code snippet
<KeyboardAvoidingView behavior='padding'>...</KeyboardAvoidingView>To Reproduce
Steps to reproduce the behavior:
Screenshots