多多漫画2.0
react-native-keyboard-aware-scroll-view (node_modules/react-native-keyboard-aware-scroll-view/index.js)
import listenToKeyboardEvents from './lib/KeyboardAwareHOC'
import KeyboardAwareScrollView from './lib/KeyboardAwareScrollView'
// import KeyboardAwareListView from './lib/KeyboardAwareListView'
import KeyboardAwareFlatList from './lib/KeyboardAwareFlatList'
import KeyboardAwareSectionList from './lib/KeyboardAwareSectionList'
export {
listenToKeyboardEvents,
// KeyboardAwareListView,
KeyboardAwareFlatList,
KeyboardAwareSectionList,
KeyboardAwareScrollView
}