1"use strict"; 2var __importDefault = (this && this.__importDefault) || function (mod) { 3 return (mod && mod.__esModule) ? mod : { "default": mod }; 4}; 5Object.defineProperty(exports, "__esModule", { value: true }); 6// @ts-expect-error 7const ExceptionsManager_1 = __importDefault(require("react-native/Library/Core/ExceptionsManager")); 8exports.default = ExceptionsManager_1.default; 9//# sourceMappingURL=index.native.js.map