react-native-keyboard-spacer
react-native-keyboard-spacer copied to clipboard
Add android Prop
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.
@Sh3rawi I just merged another PR can you rebase and resolve conflicts?