UNPKG

react-native-keyboard-controller

Version:

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

6 lines (4 loc) 127 B
// stub for all platforms const NOOP = () => {}; export const applyMonkeyPatch = NOOP; export const revertMonkeyPatch = NOOP;