1"use strict"; 2Object.defineProperty(exports, "__esModule", { value: true }); 3/** 4 * Copyright © 2022 650 Industries. 5 * 6 * This source code is licensed under the MIT license found in the 7 * LICENSE file in the root directory of this source tree. 8 */ 9const buildAsyncRequire_1 = require("./buildAsyncRequire"); 10// @ts-ignore 11global[`${global.__METRO_GLOBAL_PREFIX__ ?? ''}__loadBundleAsync`] = (0, buildAsyncRequire_1.buildAsyncRequire)(); 12//# sourceMappingURL=index.js.map