Andr3wHur5t / react-native-keyboard-spacer

Plug and play react-native keyboard spacer view.
MIT License
1.56k stars 219 forks source link

KeyboardSpacer resize with keyboardDismissMode interactive #48

Open wachunei opened 7 years ago

wachunei commented 7 years ago

When using keyboardDismissMode="interactive" in a ScrollView/ListView spacer does not resize as keyboards hides.

I guess this is because it only responds to show/hide events and listen to their coordinates to set its size.

Is there any other event this view can listen to update its size as keyboard hides?

Heres a gif to demonstrate what behavior I'm referring to:

Andr3wHur5t commented 7 years ago

Would be a nice feature;

I don't know of a way to do this on top of my head but I'll do some research and see if this can be done.

If anyone has references to how this can be done links or PRs would be appreciated.

furkancelik commented 6 years ago

is solved?