UNPKG

react-native-keyboard-aware-scroll-view

Version:

A React Native ScrollView component that resizes when the keyboard appears.

14 lines (11 loc) 392 B
/* @flow */ import listenToKeyboardEvents from './lib/KeyboardAwareHOC' import KeyboardAwareScrollView from './lib/KeyboardAwareScrollView' import KeyboardAwareFlatList from './lib/KeyboardAwareFlatList' import KeyboardAwareSectionList from './lib/KeyboardAwareSectionList' export { listenToKeyboardEvents, KeyboardAwareFlatList, KeyboardAwareSectionList, KeyboardAwareScrollView }