UNPKG

react-native-keyboard-aware-scroll-view

Version:

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

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