Andr3wHur5t / react-native-keyboard-spacer

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

How to use topSpacing and onToggle for Android #55

Open northern-fox opened 7 years ago

northern-fox commented 7 years ago

The input is remain under the keyboard when I try to change it.

blaqkrow commented 7 years ago

hey there, i'm curious if this library is compatible with android aside from ios

quadsurf commented 7 years ago

ya i would like to know this too

zhaonian commented 6 years ago

Can anyone give me an example on how to pass a function to onToggle?

librity commented 4 years ago

It has been my experience that this is largely incompatible with android. I often only use it with {Platform.OS == 'ios' && (<KeyboardSpacer />)}