react-native-avoid-softinput
Version:
Native logic for avoiding covering text inputs by soft input views
5 lines • 316 B
TypeScript
export { AvoidSoftInput } from './AvoidSoftInput';
export { AvoidSoftInputView } from './AvoidSoftInputView';
export { useSoftInputAppliedOffsetChanged, useSoftInputHeightChanged, useSoftInputHidden, useSoftInputShown, useSoftInputState, } from './hooks';
export * from './types';
//# sourceMappingURL=index.d.ts.map