react-native-keyboard-controller
Version:
Keyboard manager which works in identical way on both iOS and Android
12 lines (11 loc) • 672 B
TypeScript
export * from "./bindings";
export * from "./animated";
export * from "./context";
export * from "./hooks";
export * from "./constants";
export * from "./module";
export * from "./types";
export * from "./compat";
export { KeyboardChatScrollView, KeyboardAvoidingView, KeyboardStickyView, KeyboardAwareScrollView, KeyboardToolbar, DefaultKeyboardToolbarTheme, } from "./components";
export type { KeyboardChatScrollViewProps, KeyboardAvoidingViewProps, KeyboardStickyViewProps, KeyboardAwareScrollViewMode, KeyboardAwareScrollViewProps, KeyboardAwareScrollViewRef, KeyboardToolbarProps, } from "./components";
export { OverKeyboardView, KeyboardExtender } from "./views";