react-native-keyboard-controller
Version:
Keyboard manager which works in identical way on both iOS and Android
24 lines (22 loc) • 577 B
text/typescript
export * from "./bindings";
export * from "./animated";
export * from "./context";
export * from "./hooks";
export * from "./constants";
export * from "./module";
export * from "./types";
export {
KeyboardAvoidingView,
KeyboardStickyView,
KeyboardAwareScrollView,
// keyboard toolbar
KeyboardToolbar,
DefaultKeyboardToolbarTheme,
} from "./components";
export type {
KeyboardAvoidingViewProps,
KeyboardStickyViewProps,
KeyboardAwareScrollViewProps,
KeyboardToolbarProps,
} from "./components";
export { OverKeyboardView, KeyboardExtender } from "./views";