Andr3wHur5t / react-native-keyboard-spacer

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

Android Support #7

Closed sbycrosz closed 8 years ago

sbycrosz commented 8 years ago

The component doesn't resize itself when keyboard is shown :cry:

Edit: seems to be an issue with RN https://github.com/facebook/react-native/issues/3468

Andr3wHur5t commented 8 years ago

Looking into this.

sbycrosz commented 8 years ago

So, I tried using keyboardDidShow and keyboardDidHide event instead, and it looks pretty good.

keyboardanimation

p.s. unrelated but those android vanilla bounce effect looks really nice on a device. Maybe we could expose them as props?

geirman commented 8 years ago

You should probably update the Readme.md. I initially didn't even consider this package because I didn't think it supported Android based on the statement, "Plug and play iOS react-native keyboard spacer view." found in the readme.