react-native-keyboard-controller
Version:
Keyboard manager which works in identical way on both iOS and Android
11 lines (10 loc) • 350 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.revertMonkeyPatch = exports.applyMonkeyPatch = void 0;
// stub for all platforms
const NOOP = () => {};
const applyMonkeyPatch = exports.applyMonkeyPatch = NOOP;
const revertMonkeyPatch = exports.revertMonkeyPatch = NOOP;
//# sourceMappingURL=monkey-patch.js.map