Andr3wHur5t / react-native-keyboard-spacer

Plug and play react-native keyboard spacer view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use topSpacing and onToggle for Android

northern-fox opened this issue · comments

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

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

ya i would like to know this too

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

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