Andr3wHur5t / react-native-keyboard-spacer

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

Use keyboardDidShow/keyboardDidHide events for android #9

Closed sbycrosz closed 8 years ago

sbycrosz commented 8 years ago

https://github.com/Andr3wHur5t/react-native-keyboard-spacer/issues/7

This will works since keyboardDidShow/keyboardDidHide events fires before android keyboard animation stops. We'll likely need to revisit this once https://github.com/facebook/react-native/issues/3468 is fixed.

Andr3wHur5t commented 8 years ago

Looks good, Thanks for the PR :+1: