UNPKG

react-native-avoid-softinput

Version:

Native logic for avoiding covering text inputs by soft input views

8 lines (4 loc) 250 B
import type { HostComponent } from 'react-native'; import type { AvoidSoftInputViewProps } from './types'; const component: HostComponent<AvoidSoftInputViewProps> = require('./AvoidSoftInputViewNativeComponent').default; export default component;