UNPKG

react-native-keyboard-controller

Version:

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

5 lines 166 B
// stub for all platforms const NOOP = () => {}; export const applyMonkeyPatch = NOOP; export const revertMonkeyPatch = NOOP; //# sourceMappingURL=monkey-patch.js.map