Skip to main content
Version: 1.6.0

KeyboardControllerView

A plain react-native View with some additional methods and props. Used internally in KeyboardProvider

Props

onKeyboardMoveStart

A callback function which is fired when keyboard starts a transition from one to another state (from closed to open, for example).

onKeyboardMove

A callback function which is fired every time, when keyboard changes its position on the screen.

onKeyboardMoveInteractive

A callback function which is fired every time, when user drags keyboard.

onKeyboardMoveEnd

A callback function which is fired when keyboard finished a transition from one to another state (from closed to open, for example).

statusBarTranslucent

A boolean prop to indicate whether StatusBar should be translucent on Android or not.

A boolean prop to indicate whether NavigationBar should be translucent on Android or not.