UNPKG

react-native-keyboard-controller

Version:

Keyboard manager which works in identical way on both iOS and Android

3 lines (2 loc) 198 B
export declare const keyboardEventsMap: Map<"onStart" | "onMove" | "onEnd" | "onInteractive", string>; export declare const focusedInputEventsMap: Map<"onChangeText" | "onSelectionChange", string>;