UNPKG

react-native-keyboard-controller

Version:

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

8 lines (7 loc) 289 B
import type { HostComponent } from "react-native"; import type { ViewProps } from "react-native/Libraries/Components/View/ViewPropTypes"; export interface NativeProps extends ViewProps { enabled?: boolean; } declare const _default: HostComponent<NativeProps>; export default _default;