1/** 2 * Copyright © 2022 650 Industries. 3 * 4 * This source code is licensed under the MIT license found in the 5 * LICENSE file in the root directory of this source tree. 6 */ 7// Ensure this is removed in production. 8// TODO: Enable in production. 9if (process.env.NODE_ENV !== 'production') { 10 const { buildAsyncRequire } = require('./buildAsyncRequire'); 11 // @ts-ignore 12 global[`${global.__METRO_GLOBAL_PREFIX__ ?? ''}__loadBundleAsync`] = buildAsyncRequire(); 13} 14//# sourceMappingURL=index.native.js.map