react-native-ios-utilities
Version:
Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI
9 lines (8 loc) • 319 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.IS_USING_NEW_ARCH = void 0;
var _global;
const IS_USING_NEW_ARCH = exports.IS_USING_NEW_ARCH = ((_global = global) === null || _global === void 0 ? void 0 : _global.nativeFabricUIManager) != null;
//# sourceMappingURL=LibEnv.js.map
;