react-native-keyboard-controller
Version:
Keyboard manager which works in identical way on both iOS and Android
11 lines (10 loc) • 827 B
TypeScript
export { default as KeyboardAvoidingView } from "./KeyboardAvoidingView";
export { default as KeyboardStickyView } from "./KeyboardStickyView";
export { default as KeyboardAwareScrollView } from "./KeyboardAwareScrollView";
export { default as KeyboardToolbar, DefaultKeyboardToolbarTheme, } from "./KeyboardToolbar";
export { default as KeyboardChatScrollView } from "./KeyboardChatScrollView";
export type { KeyboardAvoidingViewProps } from "./KeyboardAvoidingView";
export type { KeyboardStickyViewProps } from "./KeyboardStickyView";
export type { KeyboardAwareScrollViewMode, KeyboardAwareScrollViewProps, KeyboardAwareScrollViewRef, } from "./KeyboardAwareScrollView/types";
export type { KeyboardToolbarProps } from "./KeyboardToolbar";
export type { KeyboardChatScrollViewProps } from "./KeyboardChatScrollView/types";