UNPKG

react-native-keyboard-controller

Version:

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

9 lines (8 loc) 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.findNodeHandle = void 0; const findNodeHandle = componentOrHandle => componentOrHandle; exports.findNodeHandle = findNodeHandle; //# sourceMappingURL=index.js.map