UNPKG

react-native-keyboard-controller

Version:

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

29 lines (27 loc) 721 B
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, // keyboard toolbar KeyboardToolbar, DefaultKeyboardToolbarTheme, } from "./components"; export type { KeyboardChatScrollViewProps, KeyboardAvoidingViewProps, KeyboardStickyViewProps, KeyboardAwareScrollViewMode, KeyboardAwareScrollViewProps, KeyboardAwareScrollViewRef, KeyboardToolbarProps, } from "./components"; export { OverKeyboardView, KeyboardExtender } from "./views";