Andr3wHur5t / react-native-keyboard-spacer

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

Add android Prop #25

Open Sh3rawi opened 8 years ago

Sh3rawi commented 8 years ago

on Android, I use the windowSoftInputMode to respond to keyboard visibility, and this does not go quite well with this spacer. I've researched a bit and found nothing that could solve this issue on the Android side, so I added an android prop that defaults to true. If its false, on android the spacer will return null.

Andr3wHur5t commented 8 years ago

@Sh3rawi I just merged another PR can you rebase and resolve conflicts?