UNPKG

react-native-keyboard-controller

Version:

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

7 lines • 492 B
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 { default as KeyboardEffects } from "./KeyboardEffects"; //# sourceMappingURL=index.js.map