UNPKG

react-native-keyboard-controller

Version:

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

11 lines (10 loc) 536 B
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, KeyboardToolbar, DefaultKeyboardToolbarTheme, } from "./components"; export type { KeyboardAvoidingViewProps, KeyboardStickyViewProps, KeyboardAwareScrollViewProps, KeyboardToolbarProps, } from "./components"; export { OverKeyboardView, KeyboardExtender } from "./views";