UNPKG

hcmobile-sdk

Version:

mobile-sdk

7 lines (4 loc) 167 B
/* @flow */ import { SectionList } from 'react-native'; import listenToKeyboardEvents from './KeyboardAwareHOC'; export default listenToKeyboardEvents(SectionList);