UNPKG

react-native-avoid-softinput

Version:

Native logic for avoiding covering text inputs by soft input views

7 lines (6 loc) 328 B
"use strict"; export { AvoidSoftInput } from './AvoidSoftInput'; export { AvoidSoftInputView } from './AvoidSoftInputView'; export { useSoftInputAppliedOffsetChanged, useSoftInputHeightChanged, useSoftInputHidden, useSoftInputShown, useSoftInputState } from './hooks'; export * from './types'; //# sourceMappingURL=index.js.map