UNPKG

react-native-keyboard-controller

Version:

Keyboard manager which works in identical way on both iOS and Android

13 lines (12 loc) 525 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _codegenNativeComponent = _interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } var _default = exports.default = (0, _codegenNativeComponent.default)("KeyboardExtender", { interfaceOnly: true, excludedPlatforms: ["android"] }); //# sourceMappingURL=KeyboardExtenderNativeComponent.js.map