ardaogulcan / react-native-keyboard-accessory

A React Native Keyboard Accessory (View, Navigation) Component. Sticky views on keyboard.
MIT License
527 stars 64 forks source link

Android - KeyboardAccessoryView sometimes gets hidden behind keyboard when switching from numpad to default keyboard #96

Open helgahjartar opened 1 year ago

helgahjartar commented 1 year ago

On Android when using KeyboardAccessoryView on different input fields, when you're switching from num-pad to default keyboard (which has a slightly higher keyboard height) the keyboard covers the KeyboardAccessoryView and you don't get it back without closing and opening the keyboard again. Is there anyway to handle this? Make sure the KeyboardAccessoryView responds to the keyboard height at all times?