react-native-keyboard-controller
Version:
Keyboard manager which works in identical way on both iOS and Android
12 lines (11 loc) • 503 B
JavaScript
;
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)("KeyboardBackgroundView", {
interfaceOnly: true
});
//# sourceMappingURL=KeyboardBackgroundViewNativeComponent.js.map