UNPKG

react-native-avoid-softinput

Version:

Native logic for avoiding covering text inputs by soft input views

4 lines 200 B
import type { AvoidSoftInputNativeModuleType } from './types'; declare const myModule: AvoidSoftInputNativeModuleType; export default myModule; //# sourceMappingURL=AvoidSoftInputModuleCompat.d.ts.map