iway1 / react-native-keyboard-avoider

MIT License
47 stars 3 forks source link

Input position doesn't update if keyboard height changes. #9

Open ColeBlender opened 1 year ago

ColeBlender commented 1 year ago

On iOS when you press the emoji button the keyboard gets taller but the input doesn't move up like I want to.

iway1 commented 1 year ago

hmm I'm not 100% sure it's possible to get the new height of the keyboard if it's not already adjusting it... idk if react native fires a keyboard show event when the keyboard changes height.

Maybe add bigger extra spacing so that it will have enough height even with the emoji keyboard shown?