UNPKG

react-native-keyboard-controller

Version:

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

8 lines (7 loc) 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IS_FABRIC = void 0; const IS_FABRIC = exports.IS_FABRIC = "nativeFabricUIManager" in global; //# sourceMappingURL=architecture.js.map